mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
* configure.in (CC): Get ^CC, not just any old CC, from
${host_makefile_frag}.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
||||||
|
|
||||||
|
* configure.in (CC): Get ^CC, not just any old CC, from
|
||||||
|
${host_makefile_frag}.
|
||||||
|
|
||||||
Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
||||||
|
|
||||||
* configure.in (CC): Try to get CC from
|
* configure.in (CC): Try to get CC from
|
||||||
|
@ -134,7 +134,7 @@ fi
|
|||||||
# See if we can extract a definition of CC from the fragment.
|
# See if we can extract a definition of CC from the fragment.
|
||||||
if [ -z "${CC}" ]; then
|
if [ -z "${CC}" ]; then
|
||||||
if [ -n "${host_makefile_frag}" -a -f "${srcdir}/${host_makefile_frag}" ]; then
|
if [ -n "${host_makefile_frag}" -a -f "${srcdir}/${host_makefile_frag}" ]; then
|
||||||
CC=`sed -n -e 's/CC[ ]*=[ ]*\(.*\)$/\1/p' < ${srcdir}/${host_makefile_frag}`
|
CC=`sed -n -e 's/^[ ]*CC[ ]*=[ ]*\(.*\)$/\1/p' < ${srcdir}/${host_makefile_frag}`
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user