]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* configure.in: Fix AIX configury bug.
authorNathanael Nerode <neroden@twcny.rr.com>
Fri, 21 Jun 2002 22:20:17 +0000 (22:20 +0000)
committerDJ Delorie <dj@gcc.gnu.org>
Fri, 21 Jun 2002 22:20:17 +0000 (18:20 -0400)
From-SVN: r54892

ChangeLog
configure.in

index 6b7ebdc8afecdcb5bc9e48c73bc6e878b402fe4e..b1a3ed2f9ba3938b21afefaa29513ab8b9b3907a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
+
+       * configure.in: Fix AIX configury bug.
+
 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
 
        * MAINTAINERS (Write After Approval): Add self.
index 80b72e8c5e1e27c6995290185429c076662ef439..ad0f0710b30820c584440fd0f48125c72c798b25 100644 (file)
@@ -895,7 +895,6 @@ case "${target}" in
   powerpc-*-aix*)
     # copied from rs6000-*-* entry
     noconfigdirs="$noconfigdirs gprof cvssrc target-libgloss ${libgcj}"
-    use_gnu_ld=yes
     ;;
   powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
     target_configdirs="$target_configdirs target-winsup"
@@ -922,7 +921,6 @@ case "${target}" in
     ;;
   rs6000-*-aix*)
     noconfigdirs="$noconfigdirs gprof ${libgcj}"
-    use_gnu_ld=yes
     ;;
   rs6000-*-*)
     noconfigdirs="$noconfigdirs gprof ${libgcj}"