aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-05-12 12:01:12 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-05-12 12:01:12 +0000
commit79c021244b41480d03dc02fd9a65a552b52028c9 (patch)
treec1fa79f62cc88a90b92c700567933699daf78670 /gnu/usr.bin/cc
parent0348e621469fbe106785016bab9d18a1b9c06549 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/cc')
-rw-r--r--gnu/usr.bin/cc/cc_tools/auto-host.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h
index 512302836903..338b5d34124d 100644
--- a/gnu/usr.bin/cc/cc_tools/auto-host.h
+++ b/gnu/usr.bin/cc/cc_tools/auto-host.h
@@ -530,7 +530,14 @@
/* #undef USE_AS_TRADITIONAL_FORMAT */
/* Define if your assembler supports marking sections with SHF_MERGE flag. */
-#define HAVE_GAS_SHF_MERGE 1 /* XXX:DEO new, caused Peter IA-64 trouble until he adjusted sys/boot/efi/libefi/arch/ia64/ldscript.ia64 */
+/* XXX:DEO new; caused Peter IA-64 trouble until he adjusted
+ sys/boot/efi/libefi/arch/ia64/ldscript.ia64. */
+#define HAVE_GAS_SHF_MERGE 1
+
+/* XXX HAVE_GAS_SHF_MERGE is target-dependent so it shouldn't be put in
+ this target-independent config file. Defining it breaks aout support
+ on i386's. */
+#undef HAVE_GAS_SHF_MERGE
/* Define if your assembler supports explicit relocations. */
/* #undef HAVE_AS_EXPLICIT_RELOCS */