OSDN Git Service

2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
authorcorsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Apr 2010 03:02:28 +0000 (03:02 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 01:04:36 +0000 (10:04 +0900)
* configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158459 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure
configure.ac

index 7705ea9..155e1ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 60a82b6..c8c6059 100755 (executable)
--- a/configure
+++ b/configure
@@ -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.
index e632242..34308c2 100644 (file)
@@ -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.