* test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
authorIan Lance Taylor <ian@airs.com>
Thu, 1 Apr 1993 18:50:31 +0000 (18:50 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 1 Apr 1993 18:50:31 +0000 (18:50 +0000)
ChangeLog
test-build.mk

index bd64a65..204d043 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
 
+       * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
+
        * configure.in: Build gas for mips-*-*.
 
 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
index 9b59c74..a1111d7 100644 (file)
@@ -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 \