2001-09-29 H.J. Lu <hjl@gnu.org>
* gas/i386/i386.exp: Run 64bit tests only for "i*86-*-* and x86_64-*-*.
This commit is contained in:
parent
3c3e9281c3
commit
fc847f1590
@ -1,3 +1,8 @@
|
||||
2001-09-29 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* gas/i386/i386.exp: Run 64bit tests only for "i*86-*-* and
|
||||
x86_64-*-*.
|
||||
|
||||
2001-09-18 Martin Schwidefsky <schwidefsky@de.ibm.com>
|
||||
|
||||
* gas/s390: New directory.
|
||||
|
@ -80,7 +80,7 @@ if [expr ([istarget "i*86-*-*"] || [istarget "x86_64-*-*"]) && [gas_32_check]]
|
||||
set ASFLAGS "$old_ASFLAGS"
|
||||
}
|
||||
|
||||
if [gas_64_check] then {
|
||||
if [expr ([istarget "i*86-*-*"] || [istarget "x86_64-*-*"]) && [gas_64_check]] then {
|
||||
|
||||
global ASFLAGS
|
||||
set old_ASFLAGS "$ASFLAGS"
|
||||
|
Loading…
Reference in New Issue
Block a user