mirror of
https://github.com/ipxe/ipxe
synced 2026-02-28 03:11:18 +03:00
[build] Remove obsolete check for GNU as version 2.9.1
Reported-by: Dewey Hylton <dewey@hyltown.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -146,13 +146,6 @@ define NEWLINE
|
|||||||
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# Check for an old version of gas (binutils 2.9.1)
|
|
||||||
#
|
|
||||||
OLDGAS := $(shell $(AS) --version | grep -q '2\.9\.1' && $(ECHO) -DGAS291)
|
|
||||||
WORKAROUND_CFLAGS += $(OLDGAS)
|
|
||||||
oldgas :
|
|
||||||
@$(ECHO) $(oldgas)
|
|
||||||
|
|
||||||
# Some widespread patched versions of gcc include -fstack-protector by
|
# Some widespread patched versions of gcc include -fstack-protector by
|
||||||
# default, even when -ffreestanding is specified. We therefore need
|
# default, even when -ffreestanding is specified. We therefore need
|
||||||
# to disable -fstack-protector if the compiler supports it.
|
# to disable -fstack-protector if the compiler supports it.
|
||||||
|
|||||||
Reference in New Issue
Block a user