/packages/tools/atv-bootloader/patches/atv-bootloader-r518-allow_setup_paths-0.1.patch

http://github.com/OpenELEC/OpenELEC.tv · Patch · 29 lines · 26 code · 3 blank · 0 comment · 0 complexity · 8bd60c3612878febcc2f7d0eed31fb27 MD5 · raw file

  1. diff -Naur atv-bootloader-r518/Makefile atv-bootloader-r518.patch/Makefile
  2. --- atv-bootloader-r518/Makefile 2010-03-09 20:17:22.000000000 +0100
  3. +++ atv-bootloader-r518.patch/Makefile 2011-05-21 14:04:05.592144598 +0200
  4. @@ -11,12 +11,12 @@
  5. # if Linxu, use the darwin-cross tools to compile/link
  6. ifeq ($(OSTYPE),Linux)
  7. - CC = /opt/darwin-cross/bin/i386-apple-darwin8-gcc-4.0
  8. - LD = /opt/darwin-cross/bin/i386-apple-darwin8-ld
  9. + CC := /opt/darwin-cross/bin/i386-apple-darwin8-gcc-4.0
  10. + LD := /opt/darwin-cross/bin/i386-apple-darwin8-ld
  11. else
  12. - CC = /usr/bin/gcc-4.0
  13. - LD = /usr/bin/ld
  14. - LDFLAGS = -classic_linker
  15. + CC := /usr/bin/gcc-4.0
  16. + LD := /usr/bin/ld
  17. + LDFLAGS = -classic_linker
  18. endif
  19. # start.o must be 1st in the link order (ld below)
  20. @@ -53,7 +53,4 @@
  21. clean:
  22. rm -f *.o $(KERN_OBJ) mach_kernel
  23. -
  24. -
  25. #xxd mach_kernel | sed -e "s/ffff ffff 1000/0100 0000 1000/" | xxd -r - mach_kernel
  26. -