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