mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* Makefile.in (CC_FOR_TARGET): Test for existence of gcc/xgcc, not
for existence of gcc/Makefile.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
Mon Nov 8 10:42:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Mon Nov 8 10:42:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* Makefile.in (CC_FOR_TARGET): Test for existence of gcc/xgcc, not
|
||||||
|
for existence of gcc/Makefile.
|
||||||
|
|
||||||
* inflow.c (terminal_init_inferior), infptrace.c (child_resume):
|
* inflow.c (terminal_init_inferior), infptrace.c (child_resume):
|
||||||
Add comments about use of Lynx PIDGET and how we will want to
|
Add comments about use of Lynx PIDGET and how we will want to
|
||||||
clean it up.
|
clean it up.
|
||||||
|
@ -235,7 +235,7 @@ FLAGS_TO_PASS = \
|
|||||||
# Flags that we pass when building the testsuite.
|
# Flags that we pass when building the testsuite.
|
||||||
|
|
||||||
CC_FOR_TARGET = ` \
|
CC_FOR_TARGET = ` \
|
||||||
if [ -f $${rootme}/../gcc/Makefile ] ; then \
|
if [ -f $${rootme}/../gcc/xgcc ] ; then \
|
||||||
echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/; \
|
echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/; \
|
||||||
else \
|
else \
|
||||||
if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
|
if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
|
||||||
|
Reference in New Issue
Block a user