Commit 89503616 by Roman Zippel Committed by Richard Henderson

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

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

From-SVN: r45339
parent 57bfa49a
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.
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment