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 | |
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
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | configure | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9a00f12a04f..d4e43fd6713 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com> + + * configure: Regenerate. + 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com> * configure.ac: (picochip): Disable libiberty. 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}" |