diff options
author | hariharans <hariharans@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-23 16:09:09 +0000 |
---|---|---|
committer | hariharans <hariharans@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-23 16:09:09 +0000 |
commit | 52780c0c244bd50449688623fa65ef1e8e12fa2b (patch) | |
tree | 4d278a8034b4f0a6f108d70181601a3f05dc1e51 /configure | |
parent | 693f9f158a4decc632599df2f6589ae0ad976a3e (diff) | |
download | gcc-52780c0c244bd50449688623fa65ef1e8e12fa2b.tar.gz |
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168208 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure index 9f036cb418a..66ca5d3f65b 100755 --- a/configure +++ b/configure @@ -3465,6 +3465,9 @@ case "${target}" in mt-*-*) noconfigdirs="$noconfigdirs sim" ;; + picochip-*-*) + noconfigdirs="$noconfigdirs target-libiberty" + ;; powerpc-*-aix*) # copied from rs6000-*-* entry noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}" |