diff options
| author | christos <christos@NetBSD.org> | 2021-05-08 19:36:28 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2021-05-08 19:36:28 +0000 |
| commit | e06eb70945cb238cb5a34ffd5a53328c47edaada (patch) | |
| tree | a08427e199a990c180c8b534763959d92537d394 /tools | |
| parent | 0307a66eca8bbb212bd0cca8aabb852bd042d0a4 (diff) | |
Disable again initfini; breaks some archs and not worth dealing with when
we have both gcc's active in the tree.
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 0666e3d0960..e9e68ff089c 100644 --- a/tools/gcc/Makefile +++ b/tools/gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.103 2021/05/07 23:00:04 christos Exp $ +# $NetBSD: Makefile,v 1.104 2021/05/08 19:36:28 christos Exp $ .include <bsd.hostinit.mk> @@ -37,7 +37,6 @@ COMMON_CONFIGURE_ARGS= --target=${MACHINE_GNU_PLATFORM} \ --with-system-zlib \ --without-isl \ --enable-__cxa_atexit \ - --enable-initfini-array=yes \ --enable-libstdcxx-time=rt \ --enable-libstdcxx-threads \ --with-diagnostics-color=auto-if-env |
