From: Ralf Corsepius Date: Sat, 17 Apr 2010 03:02:28 +0000 (+0200) Subject: configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs. X-Git-Tag: releases/gcc-4.6.0~7815 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e4522f78aeb2ea171e1b7a53c389d2a9764a3257;p=thirdparty%2Fgcc.git configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs. 2010-04-17 Ralf Corsépius * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs. * configure: Regenerate. From-SVN: r158459 --- diff --git a/ChangeLog b/ChangeLog index 7705ea9a571e..155e1abe374f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-04-17 Ralf Corsépius + + * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs. + * configure: Regenerate. + 2010-04-16 Rainer Orth * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx diff --git a/configure b/configure index 60a82b6cb64d..c8c605931552 100755 --- 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. diff --git a/configure.ac b/configure.ac index e632242cb535..34308c212c54 100644 --- a/configure.ac +++ b/configure.ac @@ -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.