]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[build] Remove obsolete check for GNU as version 2.9.1
authorMichael Brown <mcb30@ipxe.org>
Sat, 21 Dec 2013 13:13:46 +0000 (13:13 +0000)
committerMichael Brown <mcb30@ipxe.org>
Sat, 21 Dec 2013 13:13:46 +0000 (13:13 +0000)
Reported-by: Dewey Hylton <dewey@hyltown.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/Makefile.housekeeping

index a49767edf02cb50662fabf7e900534f8068ccfd9..ab4827905b9f0507e0b0984e5a856454eb9fbf09 100644 (file)
@@ -146,13 +146,6 @@ define NEWLINE
 
 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
 # default, even when -ffreestanding is specified.  We therefore need
 # to disable -fstack-protector if the compiler supports it.