diff --git a/ChangeLog b/ChangeLog index 6b7ebdc8afe..b1a3ed2f9ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-06-22 Nathanael Nerode + + * configure.in: Fix AIX configury bug. + 2002-06-20 Steve Ellcey * MAINTAINERS (Write After Approval): Add self. diff --git a/configure.in b/configure.in index 80b72e8c5e1..ad0f0710b30 100644 --- a/configure.in +++ b/configure.in @@ -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}"