configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org> * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs. * configure: Regenerate. From-SVN: r158459
This commit is contained in:
parent
016f9d9dcf
commit
e4522f78ae
3 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
|
||||
* configure: Regenerate.
|
||||
|
||||
2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
|
||||
|
|
1
configure
vendored
1
configure
vendored
|
@ -3291,6 +3291,7 @@ case "${target}" in
|
|||
noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
|
||||
;;
|
||||
*-*-rtems*)
|
||||
skipdirs="${skipdirs} target-libiberty"
|
||||
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
|
||||
;;
|
||||
# The tpf target doesn't support gdb yet.
|
||||
|
|
|
@ -528,6 +528,7 @@ case "${target}" in
|
|||
noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
|
||||
;;
|
||||
*-*-rtems*)
|
||||
skipdirs="${skipdirs} target-libiberty"
|
||||
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
|
||||
;;
|
||||
# The tpf target doesn't support gdb yet.
|
||||
|
|
Loading…
Add table
Reference in a new issue