diff options
author | Timothy Wall <twall@alum.mit.edu> | 2001-02-22 17:24:33 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2001-02-22 17:24:33 +0000 |
commit | 41c4999810228d4795d0855426bfa4d24bb31230 (patch) | |
tree | bce42484c1c4e78980d4d45abc966cfb174846cd /ld/testsuite | |
parent | 7463c317ad788d1e29737ecaf5b71f466fa88476 (diff) | |
download | gdb-41c4999810228d4795d0855426bfa4d24bb31230.zip gdb-41c4999810228d4795d0855426bfa4d24bb31230.tar.gz gdb-41c4999810228d4795d0855426bfa4d24bb31230.tar.bz2 |
Add ia64-*-aix* configuration.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ld-bootstrap/bootstrap.exp | 3 |
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" } |