diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2004-01-09 03:27:09 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2004-01-09 03:27:09 +0000 |
commit | 91a735fac0ce719886fb34627384ff7c0075621a (patch) | |
tree | d455cac8e4cca4c6b2cff548916c3b9429106ee6 /gnu/lib | |
parent | 5fabaa4e55e6c28e0cb88032a84338b4a8aeecd3 (diff) |
let configure find out whether gcc has sjlj configured or not...
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} \ |