aboutsummaryrefslogtreecommitdiff
path: root/test-build.mk
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-04-01 18:50:31 +0000
committerIan Lance Taylor <ian@airs.com>1993-04-01 18:50:31 +0000
commit43ba04b151df12955e2e70230c5c54bed6dc582e (patch)
treea7be5e69b65e7a7ab0588fd0fe3d1dfb535c4a1b /test-build.mk
parent37ed0b119b1c7fdfbf21e68007f88452cbc6f735 (diff)
downloadfsf-binutils-gdb-43ba04b151df12955e2e70230c5c54bed6dc582e.zip
fsf-binutils-gdb-43ba04b151df12955e2e70230c5c54bed6dc582e.tar.gz
fsf-binutils-gdb-43ba04b151df12955e2e70230c5c54bed6dc582e.tar.bz2
* test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
Diffstat (limited to 'test-build.mk')
-rw-r--r--test-build.mk10
1 files changed, 1 insertions, 9 deletions
diff --git a/test-build.mk b/test-build.mk
index 9b59c74..a1111d7 100644
--- a/test-build.mk
+++ b/test-build.mk
@@ -75,7 +75,7 @@ FLAGS_TO_PASS := "CC=$(CC)" $(FLAGS_TO_PASS)
endif
-prefixes = --prefix=$(release_root) --exec_prefix=$(release_root)/H-$(host)
+prefixes = --prefix=$(release_root) --exec-prefix=$(release_root)/H-$(host)
relbindir = $(release_root)/H-$(host)/bin
@@ -431,16 +431,8 @@ CC_HOLE :=
NUKEM := cc
endif
-### rs6000 as is busted. We cache a patched version in unsupported.
-ifeq ($(host),rs6000-ibm-aix)
-AS_HOLE := as
-else
-AS_HOLE :=
-endif
-
### These things are also needed by a three-stage, but in this case, the GNU version of the tool is required.
PARTIAL_HOLES := \
- $(AS_HOLE) \
$(MAKE_HOLE) \
$(CC_HOLE) \
flex \