diff options
Diffstat (limited to 'gnu/lib')
-rw-r--r-- | gnu/lib/libstdc++/Makefile.bsd-wrapper | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/lib/libstdc++/Makefile.bsd-wrapper b/gnu/lib/libstdc++/Makefile.bsd-wrapper index 7a710773d6a..8902194b988 100644 --- a/gnu/lib/libstdc++/Makefile.bsd-wrapper +++ b/gnu/lib/libstdc++/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2004/01/05 15:55:55 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2004/01/09 03:27:08 espie Exp $ LIBIBERTY_INCLUDES=${.CURDIR}/../libiberty/include LIBIBERTY_SRCDIR=${.CURDIR}/../libiberty/src @@ -40,7 +40,6 @@ config.status: --prefix=/usr \ --disable-nls \ --enable-shared \ - --enable-sjlj-exceptions \ --disable-multilib \ --with-gnu-ld \ --with-gxx-include-dir=${GXX_INCDIR} \ |