Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu Re-run mknative.
details: https://anonhg.NetBSD.org/src/rev/43734671404c
branches: trunk
changeset: 566948:43734671404c
user: skrll <skrll%NetBSD.org@localhost>
date: Tue May 25 13:39:35 2004 +0000
description:
Re-run mknative.
diffstat:
gnu/lib/libstdc++-v3/arch/alpha/c++config.h | 2 +-
gnu/lib/libstdc++-v3/arch/arm/c++config.h | 2 +-
gnu/lib/libstdc++-v3/arch/armeb/c++config.h | 2 +-
gnu/lib/libstdc++-v3/arch/hppa/c++config.h | 2 +-
gnu/lib/libstdc++-v3/arch/i386/c++config.h | 2 +-
gnu/lib/libstdc++-v3/arch/m68000/c++config.h | 2 +-
gnu/lib/libstdc++-v3/arch/m68k/c++config.h | 2 +-
gnu/lib/libstdc++-v3/arch/mipseb/c++config.h | 2 +-
gnu/lib/libstdc++-v3/arch/mipsel/c++config.h | 2 +-
gnu/lib/libstdc++-v3/arch/powerpc/c++config.h | 2 +-
gnu/lib/libstdc++-v3/arch/sh3eb/c++config.h | 2 +-
gnu/lib/libstdc++-v3/arch/sh3el/c++config.h | 4 ++--
gnu/lib/libstdc++-v3/arch/sparc/c++config.h | 2 +-
gnu/lib/libstdc++-v3/arch/sparc64/c++config.h | 2 +-
gnu/lib/libstdc++-v3/arch/x86_64/c++config.h | 2 +-
gnu/usr.bin/gcc3/arch/alpha/configargs.h | 2 +-
gnu/usr.bin/gcc3/arch/arm/configargs.h | 2 +-
gnu/usr.bin/gcc3/arch/armeb/configargs.h | 2 +-
gnu/usr.bin/gcc3/arch/hppa/configargs.h | 4 ++--
gnu/usr.bin/gcc3/arch/hppa/defs.mk | 2 +-
gnu/usr.bin/gcc3/arch/i386/configargs.h | 2 +-
gnu/usr.bin/gcc3/arch/m68000/configargs.h | 2 +-
gnu/usr.bin/gcc3/arch/m68k/configargs.h | 2 +-
gnu/usr.bin/gcc3/arch/mipseb/configargs.h | 2 +-
gnu/usr.bin/gcc3/arch/mipsel/configargs.h | 2 +-
gnu/usr.bin/gcc3/arch/powerpc/configargs.h | 2 +-
gnu/usr.bin/gcc3/arch/sh3eb/configargs.h | 2 +-
gnu/usr.bin/gcc3/arch/sh3el/configargs.h | 2 +-
gnu/usr.bin/gcc3/arch/sh5el/configargs.h | 2 +-
gnu/usr.bin/gcc3/arch/sparc/configargs.h | 2 +-
gnu/usr.bin/gcc3/arch/sparc64/configargs.h | 2 +-
gnu/usr.bin/gcc3/arch/x86_64/configargs.h | 2 +-
32 files changed, 34 insertions(+), 34 deletions(-)
diffs (truncated from 359 to 300 lines):
diff -r 700d54b9eecb -r 43734671404c gnu/lib/libstdc++-v3/arch/alpha/c++config.h
--- a/gnu/lib/libstdc++-v3/arch/alpha/c++config.h Tue May 25 11:51:11 2004 +0000
+++ b/gnu/lib/libstdc++-v3/arch/alpha/c++config.h Tue May 25 13:39:35 2004 +0000
@@ -38,7 +38,7 @@
#include <bits/os_defines.h>
// The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20040209
+#define __GLIBCPP__ 20040214
// This is necessary until GCC supports separate template compilation.
#define _GLIBCPP_NO_TEMPLATE_EXPORT 1
diff -r 700d54b9eecb -r 43734671404c gnu/lib/libstdc++-v3/arch/arm/c++config.h
--- a/gnu/lib/libstdc++-v3/arch/arm/c++config.h Tue May 25 11:51:11 2004 +0000
+++ b/gnu/lib/libstdc++-v3/arch/arm/c++config.h Tue May 25 13:39:35 2004 +0000
@@ -38,7 +38,7 @@
#include <bits/os_defines.h>
// The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20040209
+#define __GLIBCPP__ 20040214
// This is necessary until GCC supports separate template compilation.
#define _GLIBCPP_NO_TEMPLATE_EXPORT 1
diff -r 700d54b9eecb -r 43734671404c gnu/lib/libstdc++-v3/arch/armeb/c++config.h
--- a/gnu/lib/libstdc++-v3/arch/armeb/c++config.h Tue May 25 11:51:11 2004 +0000
+++ b/gnu/lib/libstdc++-v3/arch/armeb/c++config.h Tue May 25 13:39:35 2004 +0000
@@ -38,7 +38,7 @@
#include <bits/os_defines.h>
// The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20040209
+#define __GLIBCPP__ 20040214
// This is necessary until GCC supports separate template compilation.
#define _GLIBCPP_NO_TEMPLATE_EXPORT 1
diff -r 700d54b9eecb -r 43734671404c gnu/lib/libstdc++-v3/arch/hppa/c++config.h
--- a/gnu/lib/libstdc++-v3/arch/hppa/c++config.h Tue May 25 11:51:11 2004 +0000
+++ b/gnu/lib/libstdc++-v3/arch/hppa/c++config.h Tue May 25 13:39:35 2004 +0000
@@ -38,7 +38,7 @@
#include <bits/os_defines.h>
// The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20040209
+#define __GLIBCPP__ 20040214
// This is necessary until GCC supports separate template compilation.
#define _GLIBCPP_NO_TEMPLATE_EXPORT 1
diff -r 700d54b9eecb -r 43734671404c gnu/lib/libstdc++-v3/arch/i386/c++config.h
--- a/gnu/lib/libstdc++-v3/arch/i386/c++config.h Tue May 25 11:51:11 2004 +0000
+++ b/gnu/lib/libstdc++-v3/arch/i386/c++config.h Tue May 25 13:39:35 2004 +0000
@@ -38,7 +38,7 @@
#include <bits/os_defines.h>
// The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20040209
+#define __GLIBCPP__ 20040214
// This is necessary until GCC supports separate template compilation.
#define _GLIBCPP_NO_TEMPLATE_EXPORT 1
diff -r 700d54b9eecb -r 43734671404c gnu/lib/libstdc++-v3/arch/m68000/c++config.h
--- a/gnu/lib/libstdc++-v3/arch/m68000/c++config.h Tue May 25 11:51:11 2004 +0000
+++ b/gnu/lib/libstdc++-v3/arch/m68000/c++config.h Tue May 25 13:39:35 2004 +0000
@@ -38,7 +38,7 @@
#include <bits/os_defines.h>
// The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20040209
+#define __GLIBCPP__ 20040214
// This is necessary until GCC supports separate template compilation.
#define _GLIBCPP_NO_TEMPLATE_EXPORT 1
diff -r 700d54b9eecb -r 43734671404c gnu/lib/libstdc++-v3/arch/m68k/c++config.h
--- a/gnu/lib/libstdc++-v3/arch/m68k/c++config.h Tue May 25 11:51:11 2004 +0000
+++ b/gnu/lib/libstdc++-v3/arch/m68k/c++config.h Tue May 25 13:39:35 2004 +0000
@@ -38,7 +38,7 @@
#include <bits/os_defines.h>
// The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20040209
+#define __GLIBCPP__ 20040214
// This is necessary until GCC supports separate template compilation.
#define _GLIBCPP_NO_TEMPLATE_EXPORT 1
diff -r 700d54b9eecb -r 43734671404c gnu/lib/libstdc++-v3/arch/mipseb/c++config.h
--- a/gnu/lib/libstdc++-v3/arch/mipseb/c++config.h Tue May 25 11:51:11 2004 +0000
+++ b/gnu/lib/libstdc++-v3/arch/mipseb/c++config.h Tue May 25 13:39:35 2004 +0000
@@ -38,7 +38,7 @@
#include <bits/os_defines.h>
// The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20040209
+#define __GLIBCPP__ 20040214
// This is necessary until GCC supports separate template compilation.
#define _GLIBCPP_NO_TEMPLATE_EXPORT 1
diff -r 700d54b9eecb -r 43734671404c gnu/lib/libstdc++-v3/arch/mipsel/c++config.h
--- a/gnu/lib/libstdc++-v3/arch/mipsel/c++config.h Tue May 25 11:51:11 2004 +0000
+++ b/gnu/lib/libstdc++-v3/arch/mipsel/c++config.h Tue May 25 13:39:35 2004 +0000
@@ -38,7 +38,7 @@
#include <bits/os_defines.h>
// The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20040209
+#define __GLIBCPP__ 20040214
// This is necessary until GCC supports separate template compilation.
#define _GLIBCPP_NO_TEMPLATE_EXPORT 1
diff -r 700d54b9eecb -r 43734671404c gnu/lib/libstdc++-v3/arch/powerpc/c++config.h
--- a/gnu/lib/libstdc++-v3/arch/powerpc/c++config.h Tue May 25 11:51:11 2004 +0000
+++ b/gnu/lib/libstdc++-v3/arch/powerpc/c++config.h Tue May 25 13:39:35 2004 +0000
@@ -38,7 +38,7 @@
#include <bits/os_defines.h>
// The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20040209
+#define __GLIBCPP__ 20040214
// This is necessary until GCC supports separate template compilation.
#define _GLIBCPP_NO_TEMPLATE_EXPORT 1
diff -r 700d54b9eecb -r 43734671404c gnu/lib/libstdc++-v3/arch/sh3eb/c++config.h
--- a/gnu/lib/libstdc++-v3/arch/sh3eb/c++config.h Tue May 25 11:51:11 2004 +0000
+++ b/gnu/lib/libstdc++-v3/arch/sh3eb/c++config.h Tue May 25 13:39:35 2004 +0000
@@ -38,7 +38,7 @@
#include <bits/os_defines.h>
// The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20040209
+#define __GLIBCPP__ 20040214
// This is necessary until GCC supports separate template compilation.
#define _GLIBCPP_NO_TEMPLATE_EXPORT 1
diff -r 700d54b9eecb -r 43734671404c gnu/lib/libstdc++-v3/arch/sh3el/c++config.h
--- a/gnu/lib/libstdc++-v3/arch/sh3el/c++config.h Tue May 25 11:51:11 2004 +0000
+++ b/gnu/lib/libstdc++-v3/arch/sh3el/c++config.h Tue May 25 13:39:35 2004 +0000
@@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.11 2004/01/02 11:58:32 skrll Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */
// Predefined symbols and macros -*- C++ -*-
@@ -38,7 +38,7 @@
#include <bits/os_defines.h>
// The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20040209
+#define __GLIBCPP__ 20040214
// This is necessary until GCC supports separate template compilation.
#define _GLIBCPP_NO_TEMPLATE_EXPORT 1
diff -r 700d54b9eecb -r 43734671404c gnu/lib/libstdc++-v3/arch/sparc/c++config.h
--- a/gnu/lib/libstdc++-v3/arch/sparc/c++config.h Tue May 25 11:51:11 2004 +0000
+++ b/gnu/lib/libstdc++-v3/arch/sparc/c++config.h Tue May 25 13:39:35 2004 +0000
@@ -38,7 +38,7 @@
#include <bits/os_defines.h>
// The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20040209
+#define __GLIBCPP__ 20040214
// This is necessary until GCC supports separate template compilation.
#define _GLIBCPP_NO_TEMPLATE_EXPORT 1
diff -r 700d54b9eecb -r 43734671404c gnu/lib/libstdc++-v3/arch/sparc64/c++config.h
--- a/gnu/lib/libstdc++-v3/arch/sparc64/c++config.h Tue May 25 11:51:11 2004 +0000
+++ b/gnu/lib/libstdc++-v3/arch/sparc64/c++config.h Tue May 25 13:39:35 2004 +0000
@@ -38,7 +38,7 @@
#include <bits/os_defines.h>
// The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20040209
+#define __GLIBCPP__ 20040214
// This is necessary until GCC supports separate template compilation.
#define _GLIBCPP_NO_TEMPLATE_EXPORT 1
diff -r 700d54b9eecb -r 43734671404c gnu/lib/libstdc++-v3/arch/x86_64/c++config.h
--- a/gnu/lib/libstdc++-v3/arch/x86_64/c++config.h Tue May 25 11:51:11 2004 +0000
+++ b/gnu/lib/libstdc++-v3/arch/x86_64/c++config.h Tue May 25 13:39:35 2004 +0000
@@ -38,7 +38,7 @@
#include <bits/os_defines.h>
// The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20040209
+#define __GLIBCPP__ 20040214
// This is necessary until GCC supports separate template compilation.
#define _GLIBCPP_NO_TEMPLATE_EXPORT 1
diff -r 700d54b9eecb -r 43734671404c gnu/usr.bin/gcc3/arch/alpha/configargs.h
--- a/gnu/usr.bin/gcc3/arch/alpha/configargs.h Tue May 25 11:51:11 2004 +0000
+++ b/gnu/usr.bin/gcc3/arch/alpha/configargs.h Tue May 25 13:39:35 2004 +0000
@@ -2,5 +2,5 @@
/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers
--build=i386-unknown-netbsdelf --host=alpha--netbsd --target=alpha--netbsd";
+static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers
--build=i386-unknown-netbsdelf2.0. --host=alpha--netbsd --target=alpha--netbsd";
static const char thread_model[] = "posix";
diff -r 700d54b9eecb -r 43734671404c gnu/usr.bin/gcc3/arch/arm/configargs.h
--- a/gnu/usr.bin/gcc3/arch/arm/configargs.h Tue May 25 11:51:11 2004 +0000
+++ b/gnu/usr.bin/gcc3/arch/arm/configargs.h Tue May 25 13:39:35 2004 +0000
@@ -2,5 +2,5 @@
/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers
--build=i386-unknown-netbsdelf --host=arm--netbsdelf --target=arm--netbsdelf";
+static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers
--build=i386-unknown-netbsdelf2.0. --host=arm--netbsdelf --target=arm--netbsdelf : (reconfigured) /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long
--disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=arm--netbsdelf --target=arm--netbsdelf";
static const char thread_model[] = "posix";
diff -r 700d54b9eecb -r 43734671404c gnu/usr.bin/gcc3/arch/armeb/configargs.h
--- a/gnu/usr.bin/gcc3/arch/armeb/configargs.h Tue May 25 11:51:11 2004 +0000
+++ b/gnu/usr.bin/gcc3/arch/armeb/configargs.h Tue May 25 13:39:35 2004 +0000
@@ -2,5 +2,5 @@
/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers
--build=i386-unknown-netbsdelf --host=armeb--netbsdelf --target=armeb--netbsdelf";
+static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers
--build=i386-unknown-netbsdelf2.0. --host=armeb--netbsdelf --target=armeb--netbsdelf : (reconfigured) /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long
--disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=armeb--netbsdelf --target=armeb--netbsdelf";
static const char thread_model[] = "posix";
diff -r 700d54b9eecb -r 43734671404c gnu/usr.bin/gcc3/arch/hppa/configargs.h
--- a/gnu/usr.bin/gcc3/arch/hppa/configargs.h Tue May 25 11:51:11 2004 +0000
+++ b/gnu/usr.bin/gcc3/arch/hppa/configargs.h Tue May 25 13:39:35 2004 +0000
@@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
-/* Generated from: NetBSD: mknative-gcc,v 1.11 2004/01/02 11:58:32 skrll Exp */
+/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers
--build=i386-unknown-netbsdelf --host=hppa--netbsd --target=hppa--netbsd";
+static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers
--build=i386-unknown-netbsdelf2.0. --host=hppa--netbsd --target=hppa--netbsd";
static const char thread_model[] = "posix";
diff -r 700d54b9eecb -r 43734671404c gnu/usr.bin/gcc3/arch/hppa/defs.mk
--- a/gnu/usr.bin/gcc3/arch/hppa/defs.mk Tue May 25 11:51:11 2004 +0000
+++ b/gnu/usr.bin/gcc3/arch/hppa/defs.mk Tue May 25 13:39:35 2004 +0000
@@ -45,5 +45,5 @@
G_CXX_C_OBJS=attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o c-pretty-print.o c-opts.o
G_F77_OBJS=bad.o bit.o bld.o com.o data.o equiv.o expr.o global.o implic.o info.o intrin.o lab.o lex.o malloc.o name.o parse.o src.o st.o sta.o stb.o stc.o std.o ste.o storag.o stp.o str.o sts.o
stt.o stu.o stv.o stw.o symbol.o target.o top.o type.o where.o
G_ENABLE_SHARED=yes
-G_SHLIB_LINK= ./xgcc -B./ -B/usr/local/hppa--netbsd/bin/ -isystem /usr/local/hppa--netbsd/include -isystem /usr/local/hppa--netbsd/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -DELF=1 -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_so_name@.so.1
-Wl,--version-script=@shlib_map_file@ -o @shlib_dir@@shlib_so_name@.so.1 @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so && ln -s @shlib_dir@@shlib_so_name@.so.1
@shlib_base_name@.so
+G_SHLIB_LINK= ./xgcc -B./ -B/usr/local/hppa--netbsd/bin/ -isystem /usr/local/hppa--netbsd/include -isystem /usr/local/hppa--netbsd/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -DELF=1 -DNETBSD=1 -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs
-Wl,--soname=@shlib_so_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @shlib_dir@@shlib_so_name@.so.1 @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so && ln -s
@shlib_dir@@shlib_so_name@.so.1 @shlib_base_name@.so
G_SHLIB_MULTILIB=
diff -r 700d54b9eecb -r 43734671404c gnu/usr.bin/gcc3/arch/i386/configargs.h
--- a/gnu/usr.bin/gcc3/arch/i386/configargs.h Tue May 25 11:51:11 2004 +0000
+++ b/gnu/usr.bin/gcc3/arch/i386/configargs.h Tue May 25 13:39:35 2004 +0000
@@ -2,5 +2,5 @@
/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers
--build=i386-unknown-netbsdelf --host=i386--netbsdelf --target=i386--netbsdelf";
+static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers
--build=i386-unknown-netbsdelf2.0. --host=i386--netbsdelf --target=i386--netbsdelf : (reconfigured) /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long
--disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=i386--netbsdelf --target=i386--netbsdelf";
static const char thread_model[] = "posix";
diff -r 700d54b9eecb -r 43734671404c gnu/usr.bin/gcc3/arch/m68000/configargs.h
--- a/gnu/usr.bin/gcc3/arch/m68000/configargs.h Tue May 25 11:51:11 2004 +0000
+++ b/gnu/usr.bin/gcc3/arch/m68000/configargs.h Tue May 25 13:39:35 2004 +0000
@@ -2,5 +2,5 @@
/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers
--build=i386-unknown-netbsdelf --host=m68010--netbsdelf --target=m68010--netbsdelf";
+static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers
--build=i386-unknown-netbsdelf2.0. --host=m68010--netbsdelf --target=m68010--netbsdelf : (reconfigured) /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long
--disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=m68010--netbsdelf --target=m68010--netbsdelf";
static const char thread_model[] = "posix";
diff -r 700d54b9eecb -r 43734671404c gnu/usr.bin/gcc3/arch/m68k/configargs.h
--- a/gnu/usr.bin/gcc3/arch/m68k/configargs.h Tue May 25 11:51:11 2004 +0000
+++ b/gnu/usr.bin/gcc3/arch/m68k/configargs.h Tue May 25 13:39:35 2004 +0000
@@ -2,5 +2,5 @@
/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers
--build=i386-unknown-netbsdelf --host=m68k--netbsdelf --target=m68k--netbsdelf";
+static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers
--build=i386-unknown-netbsdelf2.0. --host=m68k--netbsdelf --target=m68k--netbsdelf : (reconfigured) /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long
--disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=m68k--netbsdelf --target=m68k--netbsdelf";
static const char thread_model[] = "posix";
diff -r 700d54b9eecb -r 43734671404c gnu/usr.bin/gcc3/arch/mipseb/configargs.h
--- a/gnu/usr.bin/gcc3/arch/mipseb/configargs.h Tue May 25 11:51:11 2004 +0000
+++ b/gnu/usr.bin/gcc3/arch/mipseb/configargs.h Tue May 25 13:39:35 2004 +0000
@@ -2,5 +2,5 @@
/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers
--build=i386-unknown-netbsdelf --host=mipseb--netbsd --target=mipseb--netbsd";
+static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers
--build=i386-unknown-netbsdelf2.0. --host=mipseb--netbsd --target=mipseb--netbsd : (reconfigured) /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long
--disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=mipseb--netbsd --target=mipseb--netbsd";
static const char thread_model[] = "posix";
diff -r 700d54b9eecb -r 43734671404c gnu/usr.bin/gcc3/arch/mipsel/configargs.h
--- a/gnu/usr.bin/gcc3/arch/mipsel/configargs.h Tue May 25 11:51:11 2004 +0000
+++ b/gnu/usr.bin/gcc3/arch/mipsel/configargs.h Tue May 25 13:39:35 2004 +0000
@@ -2,5 +2,5 @@
/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers
--build=i386-unknown-netbsdelf --host=mipsel--netbsd --target=mipsel--netbsd";
+static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers
--build=i386-unknown-netbsdelf2.0. --host=mipsel--netbsd --target=mipsel--netbsd : (reconfigured) /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long
--disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=mipsel--netbsd --target=mipsel--netbsd";
static const char thread_model[] = "posix";
diff -r 700d54b9eecb -r 43734671404c gnu/usr.bin/gcc3/arch/powerpc/configargs.h
--- a/gnu/usr.bin/gcc3/arch/powerpc/configargs.h Tue May 25 11:51:11 2004 +0000
+++ b/gnu/usr.bin/gcc3/arch/powerpc/configargs.h Tue May 25 13:39:35 2004 +0000
@@ -2,5 +2,5 @@
/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */
/* Generated automatically. */
-static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers
--build=i386-unknown-netbsdelf --host=powerpc--netbsd --target=powerpc--netbsd";
+static const char configuration_arguments[] = "/home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers
--build=i386-unknown-netbsdelf2.0. --host=powerpc--netbsd --target=powerpc--netbsd : (reconfigured) /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long
--disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=powerpc--netbsd --target=powerpc--netbsd";
static const char thread_model[] = "posix";
diff -r 700d54b9eecb -r 43734671404c gnu/usr.bin/gcc3/arch/sh3eb/configargs.h
Home |
Main Index |
Thread Index |
Old Index