build: Update for new cross-detect
This commit is contained in:
parent
f5ad145e22
commit
fbe5fb4529
@ -120,7 +120,7 @@ ifeq ($(TARGET),bios)
|
||||
-static \
|
||||
--build-id=sha1
|
||||
|
||||
ifneq ($(CROSS_LD_NO_PIE_BUG),1)
|
||||
ifeq ($(CROSS_LD_HAS_NO_PIE),yes)
|
||||
override CROSS_LDFLAGS += -no-pie
|
||||
endif
|
||||
endif
|
||||
|
@ -44,7 +44,7 @@ override CROSS_LDFLAGS += \
|
||||
-static \
|
||||
-T linker.ld
|
||||
|
||||
ifneq ($(CROSS_LD_NO_PIE_BUG),1)
|
||||
ifeq ($(CROSS_LD_HAS_NO_PIE),yes)
|
||||
override CROSS_LDFLAGS += -no-pie
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user