aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-bootstrap
diff options
context:
space:
mode:
authorTimothy Wall <twall@alum.mit.edu>2001-02-22 17:24:33 +0000
committerTimothy Wall <twall@alum.mit.edu>2001-02-22 17:24:33 +0000
commit41c4999810228d4795d0855426bfa4d24bb31230 (patch)
treebce42484c1c4e78980d4d45abc966cfb174846cd /ld/testsuite/ld-bootstrap
parent7463c317ad788d1e29737ecaf5b71f466fa88476 (diff)
downloadfsf-binutils-gdb-41c4999810228d4795d0855426bfa4d24bb31230.zip
fsf-binutils-gdb-41c4999810228d4795d0855426bfa4d24bb31230.tar.gz
fsf-binutils-gdb-41c4999810228d4795d0855426bfa4d24bb31230.tar.bz2
Add ia64-*-aix* configuration.
Diffstat (limited to 'ld/testsuite/ld-bootstrap')
-rw-r--r--ld/testsuite/ld-bootstrap/bootstrap.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/testsuite/ld-bootstrap/bootstrap.exp b/ld/testsuite/ld-bootstrap/bootstrap.exp
index c989167..2507943 100644
--- a/ld/testsuite/ld-bootstrap/bootstrap.exp
+++ b/ld/testsuite/ld-bootstrap/bootstrap.exp
@@ -65,7 +65,8 @@ foreach flags {"" "strip" "--static" "--traditional-format" "--no-keep-memory"}
# On AIX, you need to specify an import list when using --static.
# You only want the import list when creating the final
# executable.
- if [istarget "*-*-aix*"] {
+ if { [istarget "*-*-aix*"]
+ && ![istarget "ia64-*-aix*"]} {
if {"$flags" == "--static"} {
set flags "--static -bI:/lib/syscalls.exp"
}