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
This commit is contained in:
parent
280831b064
commit
67a00b49d6
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
* dsp16xx.h : Clean up of macro OPTIMIZATION_OPTIONS
|
||||
|
2
gcc/configure
vendored
2
gcc/configure
vendored
@ -5228,7 +5228,7 @@ if [ -x as$host_exeext ]; then
|
||||
gcc_cv_as=./as$host_exeext
|
||||
elif [ -f $srcdir/../gas/configure.in ]; then
|
||||
# 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
|
||||
gcc_cv_gas_version=`grep '^VERSION=[0-9]*\.[0-9]*' $f`
|
||||
if [ x$gcc_cv_gas_version != x ]; then
|
||||
|
@ -3323,7 +3323,7 @@ if [[ -x as$host_exeext ]]; then
|
||||
gcc_cv_as=./as$host_exeext
|
||||
elif [[ -f $srcdir/../gas/configure.in ]]; then
|
||||
# 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
|
||||
gcc_cv_gas_version=`grep '^VERSION=[[0-9]]*\.[[0-9]]*' $f`
|
||||
if [[ x$gcc_cv_gas_version != x ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user