ieee.exp: Add -ffloat-store for m68k.

* testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
        for m68k.

From-SVN: r45339
This commit is contained in:
Roman Zippel 2001-08-31 23:09:11 +00:00 committed by Richard Henderson
parent 57bfa49ae1
commit 8950361603
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-08-31 Roman Zippel <zippel@linux-m68k.org>
* testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
for m68k.
2001-08-31 Geoffrey Keating <geoffk@redhat.com>
* g++.dg/abi/empty4.C: Allow for 16-bit ints.

View File

@ -38,7 +38,9 @@ set additional_flags "";
if [istarget "i\[34567\]86-*-*"] then {
lappend additional_flags "-ffloat-store"
}
if [istarget "m68k-*-*"] then {
lappend additional_flags "-ffloat-store"
}
if { [istarget "alpha*-*-*"]
|| [istarget "sh-*-*"] } then {
lappend additional_flags "-mieee"