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

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