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 /configure | |
parent | e4c2a5502bdc15001887b30915121071d1e26f62 (diff) | |
download | gcc-e55e8126a59d7af9f41579f3277668e2e7fe644b.tar.gz |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
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. |