summaryrefslogtreecommitdiffstats
path: root/src/Makefile.housekeeping
diff options
context:
space:
mode:
authorMichael Brown2013-12-21 14:13:46 +0100
committerMichael Brown2013-12-21 14:13:46 +0100
commit6ef1f51f10015c3d2893502a3bb45d36bf9747af (patch)
tree3b53f3732c25cd3fa5cb2649255d57cd91761179 /src/Makefile.housekeeping
parent[vesafb] Set "magic" colour to transparent when a background picture is used (diff)
downloadipxe-6ef1f51f10015c3d2893502a3bb45d36bf9747af.tar.gz
ipxe-6ef1f51f10015c3d2893502a3bb45d36bf9747af.tar.xz
ipxe-6ef1f51f10015c3d2893502a3bb45d36bf9747af.zip
[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>
Diffstat (limited to 'src/Makefile.housekeeping')
-rw-r--r--src/Makefile.housekeeping7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping
index a49767ed..ab482790 100644
--- a/src/Makefile.housekeeping
+++ b/src/Makefile.housekeeping
@@ -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.