Create Canon DSLR CR2 image statistics (exiftool & GNU Plot) and convert ML dual ISO CR2 files painlessly for post-processing
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
486 B

6 years ago
  1. --- a/magic-lantern/tcc/Makefile
  2. +++ a/magic-lantern/tcc/Makefile
  3. @@ -137,6 +137,12 @@
  4. TCCLIBS+=$(LIBTCC1_CROSS)
  5. endif
  6. +#Very bad workaround to solve 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