* configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
not building newlib. * configure: Regenerated.
This commit is contained in:
parent
40b8e679e8
commit
a5b3b4ddf1
3 changed files with 12 additions and 0 deletions
|
@ -516,6 +516,9 @@ case "${target}" in
|
|||
arm*-*-linux-gnueabi)
|
||||
noconfigdirs="$noconfigdirs target-libffi target-qthreads"
|
||||
noconfigdirs="$noconfigdirs target-libjava target-libobjc"
|
||||
case ${with_newlib} in
|
||||
no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||
esac
|
||||
;;
|
||||
arm*-*-symbianelf*)
|
||||
noconfigdirs="$noconfigdirs ${libgcj} target-libiberty"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue