Commit b57d6e12 by Matthias Klose Committed by Matthias Klose

configure.ac: Remove extraneous ;;.

2015-09-30  Matthias Klose  <doko@ubuntu.com>

        * configure.ac: Remove extraneous ;;.
        * configure: Regenerate.

From-SVN: r228281
parent 54cd497b
2015-09-30 Matthias Klose <doko@ubuntu.com>
* configure.ac: Remove extraneous ;;.
* configure: Regenerate.
2015-09-29 James Bowman <james.bowman@ftdichip.com> 2015-09-29 James Bowman <james.bowman@ftdichip.com>
* config/ft32/predicates.md (ft32_imm_operand): New predicate. * config/ft32/predicates.md (ft32_imm_operand): New predicate.
...@@ -26455,7 +26455,7 @@ fi ...@@ -26455,7 +26455,7 @@ fi
case $target in case $target in
*-*-aix*) *-*-aix*)
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for dwarf location lists section support" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for dwarf location lists section support" >&5
$as_echo_n "checking assembler for dwarf location lists section support... " >&6; } $as_echo_n "checking assembler for dwarf location lists section support... " >&6; }
if test "${gcc_cv_as_aix_dwloc+set}" = set; then : if test "${gcc_cv_as_aix_dwloc+set}" = set; then :
$as_echo_n "(cached) " >&6 $as_echo_n "(cached) " >&6
...@@ -26467,7 +26467,7 @@ else ...@@ -26467,7 +26467,7 @@ else
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
$as_echo ' .dwsect 0xB0000 $as_echo ' .dwsect 0xB0000
' > conftest.s ' > conftest.s
if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'
{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
...@@ -26475,7 +26475,7 @@ fi ...@@ -26475,7 +26475,7 @@ fi
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; } test $ac_status = 0; }; }
then then
gcc_cv_as_aix_dwloc=yes gcc_cv_as_aix_dwloc=yes
else else
echo "configure: failed program was" >&5 echo "configure: failed program was" >&5
cat conftest.s >&5 cat conftest.s >&5
...@@ -26490,7 +26490,7 @@ if test $gcc_cv_as_aix_dwloc = yes; then ...@@ -26490,7 +26490,7 @@ if test $gcc_cv_as_aix_dwloc = yes; then
$as_echo "#define HAVE_XCOFF_DWARF_EXTRAS 1" >>confdefs.h $as_echo "#define HAVE_XCOFF_DWARF_EXTRAS 1" >>confdefs.h
fi fi
;; ;;
esac esac
;; ;;
...@@ -26530,6 +26530,7 @@ if test $gcc_cv_as_mips_explicit_relocs = yes; then ...@@ -26530,6 +26530,7 @@ if test $gcc_cv_as_mips_explicit_relocs = yes; then
else target_cpu_default="($target_cpu_default)|MASK_EXPLICIT_RELOCS" else target_cpu_default="($target_cpu_default)|MASK_EXPLICIT_RELOCS"
fi fi
fi fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for -mno-shared support" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for -mno-shared support" >&5
$as_echo_n "checking assembler for -mno-shared support... " >&6; } $as_echo_n "checking assembler for -mno-shared support... " >&6; }
if test "${gcc_cv_as_mips_no_shared+set}" = set; then : if test "${gcc_cv_as_mips_no_shared+set}" = set; then :
......
...@@ -4326,7 +4326,6 @@ LCF0: ...@@ -4326,7 +4326,6 @@ LCF0:
[Define if your assembler supports .ref])]) [Define if your assembler supports .ref])])
;; ;;
esac esac
;;
case $target in case $target in
*-*-aix*) *-*-aix*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment