Commit 67a00b49 by Jeffrey A Law Committed by Jeff Law

configure.in: Also look at $srcdir/gas/configure to find a gas version #.

        * configure.in: Also look at $srcdir/gas/configure to find a
        gas version #.

From-SVN: r21004
parent 280831b0
Wed Jul 8 02:43:34 1998 Jeffrey A Law (law@cygnus.com)
* configure.in: Also look at $srcdir/gas/configure to find a
gas version #.
Wed Jul 8 00:28:22 1998 Carlo Wood <carlo@runaway.xs4all.nl> Wed Jul 8 00:28:22 1998 Carlo Wood <carlo@runaway.xs4all.nl>
* dsp16xx.h : Clean up of macro OPTIMIZATION_OPTIONS * dsp16xx.h : Clean up of macro OPTIMIZATION_OPTIONS
......
...@@ -5228,7 +5228,7 @@ if [ -x as$host_exeext ]; then ...@@ -5228,7 +5228,7 @@ if [ -x as$host_exeext ]; then
gcc_cv_as=./as$host_exeext gcc_cv_as=./as$host_exeext
elif [ -f $srcdir/../gas/configure.in ]; then elif [ -f $srcdir/../gas/configure.in ]; then
# Single tree build which includes gas. # Single tree build which includes gas.
for f in $srcdir/../gas/configure.in $srcdir/../gas/Makefile.in for f in $srcdir/../gas/configure $srcdir/../gas/configure.in $srcdir/../gas/Makefile.in
do do
gcc_cv_gas_version=`grep '^VERSION=[0-9]*\.[0-9]*' $f` gcc_cv_gas_version=`grep '^VERSION=[0-9]*\.[0-9]*' $f`
if [ x$gcc_cv_gas_version != x ]; then if [ x$gcc_cv_gas_version != x ]; then
......
...@@ -3323,7 +3323,7 @@ if [[ -x as$host_exeext ]]; then ...@@ -3323,7 +3323,7 @@ if [[ -x as$host_exeext ]]; then
gcc_cv_as=./as$host_exeext gcc_cv_as=./as$host_exeext
elif [[ -f $srcdir/../gas/configure.in ]]; then elif [[ -f $srcdir/../gas/configure.in ]]; then
# Single tree build which includes gas. # Single tree build which includes gas.
for f in $srcdir/../gas/configure.in $srcdir/../gas/Makefile.in for f in $srcdir/../gas/configure $srcdir/../gas/configure.in $srcdir/../gas/Makefile.in
do do
gcc_cv_gas_version=`grep '^VERSION=[[0-9]]*\.[[0-9]]*' $f` gcc_cv_gas_version=`grep '^VERSION=[[0-9]]*\.[[0-9]]*' $f`
if [[ x$gcc_cv_gas_version != x ]]; then if [[ x$gcc_cv_gas_version != x ]]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment