From: Joel Brobecker Date: Fri, 5 Sep 2014 19:19:56 +0000 (-0700) Subject: Regenerate top-level configure. X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=f8797b5ad9aa357d80578ce020e95f1c43de7c9a;p=deliverable%2Fbinutils-gdb.git 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. --- diff --git a/ChangeLog b/ChangeLog index e9be42bd62..e668542414 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-09-05 Joel Brobecker + + * configure: Regenerate. + 2014-08-27 Will Newton * src-release.sh: New file. diff --git a/configure b/configure index 26c9886e93..9fc1c88c07 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*)