configure.ac: (picochip): Disable libiberty.
* configure.ac: (picochip): Disable libiberty. From-SVN: r168165
This commit is contained in:
parent
d7f672ecf6
commit
6e30705627
@ -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>
|
2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
|
||||||
|
|
||||||
* MAINTAINERS (Write After Approval): Add myself.
|
* MAINTAINERS (Write After Approval): Add myself.
|
||||||
|
@ -916,6 +916,9 @@ case "${target}" in
|
|||||||
mt-*-*)
|
mt-*-*)
|
||||||
noconfigdirs="$noconfigdirs sim"
|
noconfigdirs="$noconfigdirs sim"
|
||||||
;;
|
;;
|
||||||
|
picochip-*-*)
|
||||||
|
noconfigdirs="$noconfigdirs target-libiberty"
|
||||||
|
;;
|
||||||
powerpc-*-aix*)
|
powerpc-*-aix*)
|
||||||
# copied from rs6000-*-* entry
|
# copied from rs6000-*-* entry
|
||||||
noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
|
noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
|
||||||
|
Loading…
Reference in New Issue
Block a user