summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2013-12-05 12:36:40 -0800
committerH.J. Lu <hjl.tools@gmail.com>2013-12-05 15:45:52 -0800
commit9da599705cd8255566b77bb1cfeadbd46ad71f31 (patch)
tree184de6c3078cc752ed122fb1c19e6367187d28d0 /configure
parente31f1d814bdcf4d9ae47b8a9a542e553fd0c4d8b (diff)
downloadgcc-9da599705cd8255566b77bb1cfeadbd46ad71f31.tar.gz
Use gas version check in gcc-setup.m4hjl/libsanitizer
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure21
1 files changed, 3 insertions, 18 deletions
diff --git a/configure b/configure
index 5c09a196f06..537e7a6b11c 100755
--- a/configure
+++ b/configure
@@ -14836,21 +14836,6 @@ fi
fi
fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a default assembler was specified" >&5
-$as_echo_n "checking whether a default assembler was specified... " >&6; }
- if test x"${DEFAULT_ASSEMBLER+set}" = x"set"; then
- if test x"$gas_flag" = x"no"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($DEFAULT_ASSEMBLER)" >&5
-$as_echo "yes ($DEFAULT_ASSEMBLER)" >&6; }
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($DEFAULT_ASSEMBLER - GNU as)" >&5
-$as_echo "yes ($DEFAULT_ASSEMBLER - GNU as)" >&6; }
- fi
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
- fi
-
gcc_cv_gas_major_version=
gcc_cv_gas_minor_version=
@@ -14984,11 +14969,11 @@ $as_echo_n "checking for GNU binutils version... " >&6; }
case $gcc_cv_gas_patch_version in
"") gcc_cv_gas_patch_version="0" ;;
esac
- gcc_cv_gas_vers=`expr \( \( $gcc_cv_gas_major_version \* 1000 \) \
- + $gcc_cv_gas_minor_version \) \* 1000 \
- + $gcc_cv_gas_patch_version`
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_gas_major_version.$gcc_cv_gas_minor_version.$gcc_cv_gas_patch_version" >&5
$as_echo "$gcc_cv_gas_major_version.$gcc_cv_gas_minor_version.$gcc_cv_gas_patch_version" >&6; }
+ gcc_cv_gas_vers=`expr \( \( $gcc_cv_gas_major_version \* 1000 \) \
+ + $gcc_cv_gas_minor_version \) \* 1000 \
+ + $gcc_cv_gas_patch_version`
fi