Sfoglia il codice sorgente

[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 anni fa
parent
commit
6ef1f51f10
1 ha cambiato i file con 0 aggiunte e 7 eliminazioni
  1. 0
    7
      src/Makefile.housekeeping

+ 0
- 7
src/Makefile.housekeeping Vedi File

@@ -146,13 +146,6 @@ define NEWLINE
146 146
 
147 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 149
 # Some widespread patched versions of gcc include -fstack-protector by
157 150
 # default, even when -ffreestanding is specified.  We therefore need
158 151
 # to disable -fstack-protector if the compiler supports it.

Loading…
Annulla
Salva