diff options
author | hariharans <hariharans@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-22 10:34:23 +0000 |
---|---|---|
committer | hariharans <hariharans@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-22 10:34:23 +0000 |
commit | 2bc256e35f105e5dbbc21d0648d8eaf7c0d095c5 (patch) | |
tree | 0518e5e5538ce60677eb99c98e266695c3b6fccc | |
parent | e7ea26b5c5763bf0669131fe6e55acda22776999 (diff) | |
download | gcc-2bc256e35f105e5dbbc21d0648d8eaf7c0d095c5.tar.gz |
* configure.ac: (picochip): Disable libiberty.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168165 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 79d6ec6b507..9a00f12a04f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com> + + * configure.ac: (picochip): Disable libiberty. + 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com> * MAINTAINERS (Write After Approval): Add myself. diff --git a/configure.ac b/configure.ac index fc268b2a5ce..4807ffb9d0a 100644 --- a/configure.ac +++ b/configure.ac @@ -916,6 +916,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}" |