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 /configure.ac | |
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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
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}" |