* gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
From-SVN: r46351
This commit is contained in:
parent
03b272d2c2
commit
48d4b9f0cf
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-10-19 NIIBE Yutaka <gniibe@m17n.org>
|
||||
|
||||
* gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
|
||||
|
||||
2001-10-18 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
|
||||
|
|
|
@ -42,7 +42,7 @@ if [istarget "m68k-*-*"] then {
|
|||
lappend additional_flags "-ffloat-store"
|
||||
}
|
||||
if { [istarget "alpha*-*-*"]
|
||||
|| [istarget "sh-*-*"] } then {
|
||||
|| [istarget "sh*-*-*"] } then {
|
||||
lappend additional_flags "-mieee"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue