Browse Source

[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>
tags/v1.20.1
Michael Brown 10 years ago
parent
commit
6ef1f51f10
1 changed files with 0 additions and 7 deletions
  1. 0
    7
      src/Makefile.housekeeping

+ 0
- 7
src/Makefile.housekeeping View File

146
 
146
 
147
 endef
147
 endef
148
 
148
 
149
-# Check for an old version of gas (binutils 2.9.1)
150
-#
151
-OLDGAS	:= $(shell $(AS) --version | grep -q '2\.9\.1' && $(ECHO) -DGAS291)
152
-WORKAROUND_CFLAGS += $(OLDGAS)
153
-oldgas :
154
-	@$(ECHO) $(oldgas)
155
-
156
 # Some widespread patched versions of gcc include -fstack-protector by
149
 # Some widespread patched versions of gcc include -fstack-protector by
157
 # default, even when -ffreestanding is specified.  We therefore need
150
 # default, even when -ffreestanding is specified.  We therefore need
158
 # to disable -fstack-protector if the compiler supports it.
151
 # to disable -fstack-protector if the compiler supports it.

Loading…
Cancel
Save