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:
parent
57bfa49ae1
commit
8950361603
2 changed files with 8 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue