software/common.mak: use -target instead of deprecated -ccc-host-triple
authorSebastien Bourdeauducq <sebastien@milkymist.org>
Thu, 10 Jan 2013 16:13:33 +0000 (17:13 +0100)
committerSebastien Bourdeauducq <sebastien@milkymist.org>
Thu, 10 Jan 2013 16:13:33 +0000 (17:13 +0100)
software/common.mak

index 046557a9fccc55dea286dad0904e202173229a07..9c1260095c2ef8d4227b24ecfa75ef250f3a7483 100644 (file)
@@ -1,5 +1,5 @@
 TARGET_PREFIX=lm32-elf
-CLANG=clang -ccc-host-triple $(TARGET_PREFIX)
+CLANG=clang -target lm32
 
 CC_normal := $(CLANG)
 AR_normal := $(TARGET_PREFIX)-ar