mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
157b38901f
commit
c16be7d515
|
@ -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>
|
2004-12-31 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
* src/types.c (FFI_AGGREGATE_TYPEDEF): Remove.
|
* src/types.c (FFI_AGGREGATE_TYPEDEF): Remove.
|
||||||
|
|
|
@ -25,7 +25,7 @@ global srcdir subdir
|
||||||
|
|
||||||
global cxx_options
|
global cxx_options
|
||||||
|
|
||||||
set cxx_options " -lstdc++"
|
set cxx_options " -shared-libgcc -lstdc++"
|
||||||
|
|
||||||
dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.cc]] $cxx_options ""
|
dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.cc]] $cxx_options ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue