From 79c021244b41480d03dc02fd9a65a552b52028c9 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 12 May 2002 12:01:12 +0000 Subject: Fixes for building a.out bits. Submitted by: bde --- gnu/usr.bin/cc/cc_tools/auto-host.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h index 5123028369033..338b5d34124d5 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 */ -- cgit v1.3