aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2007-08-25 18:32:33 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2007-08-25 18:32:33 +0100
commit303a4698dead718f4c511625fa34320b50f7ce9a (patch)
tree0445b4792e3e62918015f3680a05df5a549221b7 /gcc/configure.ac
parent58f9752a2aca436f706dbc64e6c92f10aae95936 (diff)
downloadgcc-303a4698dead718f4c511625fa34320b50f7ce9a.zip
gcc-303a4698dead718f4c511625fa34320b50f7ce9a.tar.gz
gcc-303a4698dead718f4c511625fa34320b50f7ce9a.tar.bz2
configure.ac (--debug-prefix-map check): Change assembler version presumed to have feature to 2.18.
* configure.ac (--debug-prefix-map check): Change assembler version presumed to have feature to 2.18. * configure: Regenerate. From-SVN: r127800
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r--gcc/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index b01f5c0..00f5b8a 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -3103,7 +3103,7 @@ if test x"$insn" != x; then
gcc_GAS_CHECK_FEATURE([--debug-prefix-map option],
gcc_cv_as_debug_prefix_map_flag,
- [2,19,0], [--debug-prefix-map /a=/b], [$insn],,
+ [2,18,0], [--debug-prefix-map /a=/b], [$insn],,
[AC_DEFINE(HAVE_AS_DEBUG_PREFIX_MAP, 1,
[Define if your assembler supports the --debug-prefix-map option.])])
fi