mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
software/common.mak: use -target instead of deprecated -ccc-host-triple
This commit is contained in:
parent
b0503aaf85
commit
e4144f2c7d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue