From e4144f2c7dc983d3b58bbf0eae6551cbd44732bd Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 10 Jan 2013 17:13:33 +0100 Subject: [PATCH] software/common.mak: use -target instead of deprecated -ccc-host-triple --- software/common.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/common.mak b/software/common.mak index 046557a9..9c126009 100644 --- a/software/common.mak +++ b/software/common.mak @@ -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 -- 2.30.2