diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-20 01:24:46 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-20 01:24:46 +0000 |
commit | 14bd4516ee52a24e4f7d8873494c7842587ae6e5 (patch) | |
tree | 32b6380455ded504415e2ca7bc6cb01e514197e1 /configure | |
parent | 229fe054a1f30e990367b733604798068d200fef (diff) | |
download | gcc-14bd4516ee52a24e4f7d8873494c7842587ae6e5.tar.gz |
* configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
(rs6000-*-aix*): Same.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104439 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index eec00788b7e..0ce877ddec9 100755 --- a/configure +++ b/configure @@ -1470,7 +1470,7 @@ case "${target}" in ;; powerpc-*-aix*) # copied from rs6000-*-* entry - noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}" + noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}" ;; powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe) target_configdirs="$target_configdirs target-winsup" @@ -1494,7 +1494,7 @@ case "${target}" in noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}" ;; rs6000-*-aix*) - noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}" + noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp ${libgcj}" ;; rs6000-*-*) noconfigdirs="$noconfigdirs gprof ${libgcj}" |