|
@@ -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.
|