This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/32287] Grep for "as" broken -- configure: line 14092: test: too many arguments sleb128 uleb128
- From: "rob1weld at aol dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Jun 2007 18:01:17 -0000
- Subject: [Bug bootstrap/32287] Grep for "as" broken -- configure: line 14092: test: too many arguments sleb128 uleb128
- References: <bug-32287-13830@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from rob1weld at aol dot com 2007-06-11 18:01 -------
There is a "`" missing from the end of that line, we need:
+ as_ver=`echo $as_ver | grep -o [0-9.+] | tr -d [:cntrl:]`
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32287