software/common.mak: use -target instead of deprecated -ccc-host-triple

This commit is contained in:
Sebastien Bourdeauducq 2013-01-10 17:13:33 +01:00
parent b0503aaf85
commit e4144f2c7d

View file

@ -1,5 +1,5 @@
TARGET_PREFIX=lm32-elf TARGET_PREFIX=lm32-elf
CLANG=clang -ccc-host-triple $(TARGET_PREFIX) CLANG=clang -target lm32
CC_normal := $(CLANG) CC_normal := $(CLANG)
AR_normal := $(TARGET_PREFIX)-ar AR_normal := $(TARGET_PREFIX)-ar