diff options
| author | mrg <mrg@NetBSD.org> | 2019-02-17 00:22:53 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2019-02-17 00:22:53 +0000 |
| commit | 8fe98e65036f6bcb4a3f333bfbb36a3649ff58a1 (patch) | |
| tree | 5a41be12c192cd755a8e1e8989cd2a319ed2dad0 /tools | |
| parent | 6a2e0ef44326da13db251304d80397fc2faa5096 (diff) | |
don't pass --disable-symver to mknative configure. this turns off
the checking for gcc 4.6 and some exception handling routines which
we need on several platforms.
this should fix missing symbol issues seen on current-users.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/gcc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/gcc/Makefile b/tools/gcc/Makefile index bc9cdcd1343..d3a4dac62e8 100644 --- a/tools/gcc/Makefile +++ b/tools/gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.90 2019/02/03 11:57:25 mrg Exp $ +# $NetBSD: Makefile,v 1.91 2019/02/17 00:22:53 mrg Exp $ .include <bsd.hostinit.mk> @@ -187,7 +187,6 @@ EXTRA_GCC_TARGETS= i386-builtin-types.inc NATIVE_CONFIGURE_ARGS+= \ --disable-multilib \ - --disable-symvers \ --disable-libstdcxx-pch \ --build=`${GCCDIST}/config.guess` \ --host=${MACHINE_GNU_PLATFORM} \ |
