fixed endianess bug in printf
[mdlife] / Makefile
index 3c55c8f..266226b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ opt = -O2
 def = -D__NO_CTYPE
 inc = -I. -Isrc -Isrc/libc
 
-TC = m68k-linux-gnu-
+TC = m68k-elf-
 
 CC = $(TC)gcc
 AS = $(TC)as