diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2016-09-24 12:59:18 -0400 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2016-09-24 12:59:18 -0400 |
commit | eb657a49265a488e6ffc84da3fba78999f118901 (patch) | |
tree | 7d785d19b5dce4a277a35f608496247e5ba44691 /gcc/configure | |
parent | 970d320a7827e8aa599523a3c21bac82d6190842 (diff) | |
download | gcc-eb657a49265a488e6ffc84da3fba78999f118901.zip gcc-eb657a49265a488e6ffc84da3fba78999f118901.tar.gz gcc-eb657a49265a488e6ffc84da3fba78999f118901.tar.bz2 |
configure.ac (gcc_cv_as_aix_dwloc): Fix typo in assembly fragment.
* configure.ac (gcc_cv_as_aix_dwloc): Fix typo in assembly fragment.
* configure: Regenerate.
From-SVN: r240465
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index 0eeee94..96eba9e 100755 --- a/gcc/configure +++ b/gcc/configure @@ -26874,7 +26874,7 @@ fi elif test x$gcc_cv_as != x; then $as_echo ' .dwsect 0xA0000 Lframe..0: - .vbyte 4,Lframe..0: + .vbyte 4,Lframe..0 ' > conftest.s 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 |