diff options
author | Joel Brobecker <brobecker@adacore.com> | 2014-09-05 12:19:56 -0700 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2014-09-05 12:23:31 -0700 |
commit | f8797b5ad9aa357d80578ce020e95f1c43de7c9a (patch) | |
tree | cac1e1321f51998445c8d09c3d47effa3d5e3df6 /configure | |
parent | 474ca4f6871d4addb7ce6a177245bce79c89550e (diff) | |
download | fsf-binutils-gdb-f8797b5ad9aa357d80578ce020e95f1c43de7c9a.zip fsf-binutils-gdb-f8797b5ad9aa357d80578ce020e95f1c43de7c9a.tar.gz fsf-binutils-gdb-f8797b5ad9aa357d80578ce020e95f1c43de7c9a.tar.bz2 |
Regenerate top-level configure.
Our top-level configure somehow got out of sync the current
configure.ac, so this patch regenerates it.
ChangeLog:
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3369,10 +3369,6 @@ case "${target}" in ;; *-*-rtems*) noconfigdirs="$noconfigdirs ${libgcj}" - # this is not caught below because this stanza matches earlier - case $target in - or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;; - esac ;; *-*-tpf*) noconfigdirs="$noconfigdirs ${libgcj}" @@ -3607,6 +3603,10 @@ case "${target}" in ;; *-*-rtems*) noconfigdirs="$noconfigdirs target-libgloss" + # this is not caught below because this stanza matches earlier + case $target in + or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;; + esac ;; # The tpf target doesn't support gdb yet. *-*-tpf*) |