diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-08-25 17:32:33 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-08-25 17:32:33 +0000 |
commit | 22ff3bfb6d42c97b1db5d5709d74cabc1303c397 (patch) | |
tree | 0445b4792e3e62918015f3680a05df5a549221b7 /gcc/configure | |
parent | 9f627b1adf36cc4e91bd313e69193f83ed298c20 (diff) | |
download | gcc-22ff3bfb6d42c97b1db5d5709d74cabc1303c397.tar.gz |
* configure.ac (--debug-prefix-map check): Change assembler
version presumed to have feature to 2.18.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127800 138bc75d-0d04-0410-961f-82ee72b054a4
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 82e4edda316..1c5d90e4aba 100755 --- a/gcc/configure +++ b/gcc/configure @@ -16276,7 +16276,7 @@ if test "${gcc_cv_as_debug_prefix_map_flag+set}" = set; then else gcc_cv_as_debug_prefix_map_flag=no if test $in_tree_gas = yes; then - if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 19 \) \* 1000 + 0` + if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 18 \) \* 1000 + 0` then gcc_cv_as_debug_prefix_map_flag=yes fi elif test x$gcc_cv_as != x; then |