Skip to content

Commit

Permalink
[build] Remove obsolete check for GNU as version 2.9.1
Browse files Browse the repository at this point in the history
Reported-by: Dewey Hylton <dewey@hyltown.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Dec 21, 2013
1 parent 8f0173b commit 6ef1f51
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Makefile.housekeeping
Expand Up @@ -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.
Expand Down

0 comments on commit 6ef1f51

Please sign in to comment.