Commit 6bd12129 by Nathanael Nerode Committed by DJ Delorie

* configure.in: Fix AIX configury bug.

From-SVN: r54892
parent 8081da07
2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
* configure.in: Fix AIX configury bug.
2002-06-20 Steve Ellcey <sje@cup.hp.com> 2002-06-20 Steve Ellcey <sje@cup.hp.com>
* MAINTAINERS (Write After Approval): Add self. * MAINTAINERS (Write After Approval): Add self.
......
...@@ -895,7 +895,6 @@ case "${target}" in ...@@ -895,7 +895,6 @@ case "${target}" in
powerpc-*-aix*) powerpc-*-aix*)
# copied from rs6000-*-* entry # copied from rs6000-*-* entry
noconfigdirs="$noconfigdirs gprof cvssrc target-libgloss ${libgcj}" noconfigdirs="$noconfigdirs gprof cvssrc target-libgloss ${libgcj}"
use_gnu_ld=yes
;; ;;
powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe) powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
target_configdirs="$target_configdirs target-winsup" target_configdirs="$target_configdirs target-winsup"
...@@ -922,7 +921,6 @@ case "${target}" in ...@@ -922,7 +921,6 @@ case "${target}" in
;; ;;
rs6000-*-aix*) rs6000-*-aix*)
noconfigdirs="$noconfigdirs gprof ${libgcj}" noconfigdirs="$noconfigdirs gprof ${libgcj}"
use_gnu_ld=yes
;; ;;
rs6000-*-*) rs6000-*-*)
noconfigdirs="$noconfigdirs gprof ${libgcj}" noconfigdirs="$noconfigdirs gprof ${libgcj}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment