From: Sebastien Bourdeauducq Date: Thu, 10 Jan 2013 16:13:33 +0000 (+0100) Subject: software/common.mak: use -target instead of deprecated -ccc-host-triple X-Git-Tag: 24jan2021_ls180~3060 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e4144f2c7dc983d3b58bbf0eae6551cbd44732bd;p=litex.git software/common.mak: use -target instead of deprecated -ccc-host-triple --- 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