mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-26 12:23:59 +08:00
* configure.in: Fix AIX configury bug.
From-SVN: r54892
This commit is contained in:
parent
8081da07e5
commit
6bd121291e
@ -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.
|
||||
|
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user