diff options
| author | drochner <drochner@NetBSD.org> | 2006-05-27 12:14:33 +0000 |
|---|---|---|
| committer | drochner <drochner@NetBSD.org> | 2006-05-27 12:14:33 +0000 |
| commit | 8bd6a6b9bd98d4a2bf2fe355e4cf4ec4a1c29dd1 (patch) | |
| tree | f5e9ad752ae866927d5a67811a4e1ea1278e13b2 /gnu | |
| parent | 7f2151a308a0c0a5c30bbdda2074f8b86a554cb8 (diff) | |
reran native-gcc, fixing the COMDAT problem
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/lib/libobjc4/arch/alpha/defs.mk | 10 | ||||
| -rw-r--r-- | gnu/usr.bin/gcc4/arch/alpha/auto-host.h | 6 | ||||
| -rw-r--r-- | gnu/usr.bin/gcc4/arch/alpha/configargs.h | 6 |
3 files changed, 16 insertions, 6 deletions
diff --git a/gnu/lib/libobjc4/arch/alpha/defs.mk b/gnu/lib/libobjc4/arch/alpha/defs.mk new file mode 100644 index 00000000000..475a4fa2ff8 --- /dev/null +++ b/gnu/lib/libobjc4/arch/alpha/defs.mk @@ -0,0 +1,10 @@ +# This file is automatically generated. DO NOT EDIT! +# Generated from: NetBSD: mknative-gcc,v 1.18 2006/05/23 10:55:55 mrg Exp +# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp +# +G_ALL_OPT_FILES=${GNUHOSTDIST}/gcc/c.opt ${GNUHOSTDIST}/gcc/common.opt ${GNUHOSTDIST}/gcc/config/alpha/alpha.opt +G_ALL_CFLAGS=-I. -I${GNUHOSTDIST}/libobjc -O2 -mieee -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions +G_INCLUDES=-I${GNUHOSTDIST}/libobjc/objc -I${GNUHOSTDIST}/libobjc/../gcc -I${GNUHOSTDIST}/libobjc/../gcc/config -I../.././gcc -I${GNUHOSTDIST}/libobjc/../include +G_OBJS=archive.lo class.lo encoding.lo gc.lo hash.lo init.lo linking.lo misc.lo nil_method.lo NXConstStr.lo Object.lo objects.lo Protocol.lo sarray.lo selector.lo sendmsg.lo thr.lo thr-objc.lo exception.lo hash_compat.lo +G_OBJC_H=hash.h objc-list.h sarray.h objc.h objc-api.h NXConstStr.h Object.h Protocol.h encoding.h typedstream.h thr.h objc-decls.h +G_UNWIND_H=${GNUHOSTDIST}/gcc/unwind-generic.h diff --git a/gnu/usr.bin/gcc4/arch/alpha/auto-host.h b/gnu/usr.bin/gcc4/arch/alpha/auto-host.h index ce0c9505cd6..9aaf2bf50c7 100644 --- a/gnu/usr.bin/gcc4/arch/alpha/auto-host.h +++ b/gnu/usr.bin/gcc4/arch/alpha/auto-host.h @@ -1,6 +1,6 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.17 2006/05/15 22:03:03 mrg Exp */ -/* and from: NetBSD: mknative.common,v 1.7 2006/05/17 03:27:19 mrg Exp */ +/* Generated from: NetBSD: mknative-gcc,v 1.18 2006/05/23 10:55:55 mrg Exp */ +/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */ /* auto-host.h. Generated by configure. */ /* config.in. Generated from configure.ac by autoheader. */ @@ -308,7 +308,7 @@ /* Define 0/1 if your assembler and linker support COMDAT groups. */ #ifndef USED_FOR_TARGET -#define HAVE_COMDAT_GROUP 0 +#define HAVE_COMDAT_GROUP 1 #endif diff --git a/gnu/usr.bin/gcc4/arch/alpha/configargs.h b/gnu/usr.bin/gcc4/arch/alpha/configargs.h index aa80ef490f2..82ce67e3340 100644 --- a/gnu/usr.bin/gcc4/arch/alpha/configargs.h +++ b/gnu/usr.bin/gcc4/arch/alpha/configargs.h @@ -1,9 +1,9 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.17 2006/05/15 22:03:03 mrg Exp */ -/* and from: NetBSD: mknative.common,v 1.7 2006/05/17 03:27:19 mrg Exp */ +/* Generated from: NetBSD: mknative-gcc,v 1.18 2006/05/23 10:55:55 mrg Exp */ +/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */ /* Generated automatically. */ -static const char configuration_arguments[] = "/usr/src/tools/gcc/../../gnu/dist/gcc4/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --enable-newlib --build=alpha-unknown-netbsd3.99.20 --host=alpha--netbsd --target=alpha--netbsd : (reconfigured) /usr/src/tools/gcc/../../gnu/dist/gcc4/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --enable-newlib --build=alpha-unknown-netbsd3.99.20 --host=alpha--netbsd --target=alpha--netbsd"; +static const char configuration_arguments[] = "/usr/src/tools/gcc/../../gnu/dist/gcc4/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --enable-newlib --build=alpha-unknown-netbsd3.99.20 --host=alpha--netbsd --target=alpha--netbsd"; static const char thread_model[] = "posix"; static const struct { |
