Various compilation scripts & patches for Linux programs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
489 B

  1. --- a/magic-lantern/tcc/Makefile
  2. +++ b/magic-lantern/tcc/Makefile
  3. @@ -137,6 +137,12 @@
  4. TCCLIBS+=$(LIBTCC1_CROSS)
  5. endif
  6. +#Very bad workaround for solving compilation issues
  7. +CC=../gcc-arm-none-eabi-4_8-2013q4/bin/arm-none-eabi-gcc-4.8.3
  8. +LD=../gcc-arm-none-eabi-4_8-2013q4/bin/arm-none-eabi-ld
  9. +READELF=../gcc-arm-none-eabi-4_8-2013q4/bin/arm-none-eabi-readelf
  10. +OBJCOPY=../gcc-arm-none-eabi-4_8-2013q4/bin/arm-none-eabi-objcopy
  11. +
  12. #all: $(PROGS) $(TCCLIBS) $(TCCDOCS)
  13. all: libtccx.o