diff options
| author | corsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-17 03:02:28 +0000 |
|---|---|---|
| committer | corsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-17 03:02:28 +0000 |
| commit | e55e8126a59d7af9f41579f3277668e2e7fe644b (patch) | |
| tree | 7ba4b7d879c92844285f4e4fc1ca790bcdb5f53a | |
| parent | e4c2a5502bdc15001887b30915121071d1e26f62 (diff) | |
| download | ppe42-gcc-e55e8126a59d7af9f41579f3277668e2e7fe644b.tar.gz ppe42-gcc-e55e8126a59d7af9f41579f3277668e2e7fe644b.zip | |
2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rwxr-xr-x | configure | 1 | ||||
| -rw-r--r-- | configure.ac | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7705ea9a571..155e1abe374 100644 --- 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 diff --git a/configure b/configure index 60a82b6cb64..c8c60593155 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 e632242cb53..34308c212c5 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. |

