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 | Fix for PR gdb/17235: possible bug extracting systemtap probe operand (diff) | |
download | binutils-gdb-f8797b5ad9aa357d80578ce020e95f1c43de7c9a.tar.gz binutils-gdb-f8797b5ad9aa357d80578ce020e95f1c43de7c9a.tar.bz2 binutils-gdb-f8797b5ad9aa357d80578ce020e95f1c43de7c9a.zip |
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
diff --git a/configure b/configure index 26c9886e939..9fc1c88c075 100755 --- a/configure +++ b/configure @@ -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*) |