mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00
Merge "fix(build): fix arch32 build issue for clang" into integration
This commit is contained in:
commit
65f32fe652
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -278,7 +278,7 @@ ifneq ($(findstring clang,$(notdir $(CC))),)
|
|||
TF_CFLAGS_aarch64 := -target aarch64-arm-none-eabi $(march64-directive)
|
||||
LD := $(LINKER)
|
||||
else
|
||||
TF_CFLAGS_aarch32 := $(target32-directive) $(march32-directive)
|
||||
TF_CFLAGS_aarch32 = $(target32-directive) $(march32-directive)
|
||||
TF_CFLAGS_aarch64 := -target aarch64-elf $(march64-directive)
|
||||
LD := $(shell $(CC) --print-prog-name ld.lld)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue