special.exp (cxx_options): Add -shared-libgcc.

* testsuite/libffi.special/special.exp (cxx_options): Add
	-shared-libgcc.

From-SVN: r93221
This commit is contained in:
Eric Botcazou 2005-01-12 10:06:52 +01:00 committed by Eric Botcazou
parent 157b38901f
commit c16be7d515
2 changed files with 6 additions and 1 deletions

View 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.

View 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 ""