special.exp (cxx_options): Add -shared-libgcc.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Wed, 12 Jan 2005 09:06:52 +0000 (10:06 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 12 Jan 2005 09:06:52 +0000 (09:06 +0000)
* testsuite/libffi.special/special.exp (cxx_options): Add
-shared-libgcc.

From-SVN: r93221

libffi/ChangeLog
libffi/testsuite/libffi.special/special.exp

index 02a5fc29fdbcdc47bfc4ff459085d8519dc90d9a..b0bccb7b072b59cac5326a8903db7cf1b4c686de 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * testsuite/libffi.special/special.exp (cxx_options): Add
+       -shared-libgcc.
+
 2004-12-31  Richard Henderson  <rth@redhat.com>
 
        * src/types.c (FFI_AGGREGATE_TYPEDEF): Remove.
index df96d03d60cac11c49eaf1deb4c5f570d89baba0..5a1c081a4604f415c90d3e94b6ff5f39514d74f0 100644 (file)
@@ -25,7 +25,7 @@ global srcdir subdir
 
 global cxx_options
 
-set cxx_options " -lstdc++"
+set cxx_options " -shared-libgcc -lstdc++"
 
 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.cc]] $cxx_options ""