diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-01-21 14:08:35 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-01-21 14:08:35 +0000 |
commit | 6ae928e854016b3d175ea2b343f84687fd7bad09 (patch) | |
tree | c66520884425a6341a13fe89ccfbea67a4c6eb8e /gcc | |
parent | b11b85e4f92f6eeb563990d152cfcd92a0661cd3 (diff) | |
download | gcc-6ae928e854016b3d175ea2b343f84687fd7bad09.tar.gz |
Fix typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232675 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rwxr-xr-x | gcc/configure | 1 | ||||
-rw-r--r-- | gcc/configure.ac | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure index b6d32d0a7a0..73c1850ee26 100755 --- a/gcc/configure +++ b/gcc/configure @@ -26654,7 +26654,6 @@ if test $gcc_cv_as_aix_ref = yes; then $as_echo "#define HAVE_AS_REF 1" >>confdefs.h fi - ;; { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for AIX DWARF location lists section support" >&5 $as_echo_n "checking assembler for AIX DWARF location lists section support... " >&6; } diff --git a/gcc/configure.ac b/gcc/configure.ac index 7ad674ed8ff..4727b2ad6a9 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -4406,7 +4406,6 @@ LCF0: ],, [AC_DEFINE(HAVE_AS_REF, 1, [Define if your assembler supports .ref])]) - ;; gcc_GAS_CHECK_FEATURE([AIX DWARF location lists section support], gcc_cv_as_aix_dwloc, [2,21,0],, |