for existence of gcc/Makefile.
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):
Add comments about use of Lynx PIDGET and how we will want to
clean it up.
# Flags that we pass when building the testsuite.
CC_FOR_TARGET = ` \
- if [ -f $${rootme}/../gcc/Makefile ] ; then \
+ if [ -f $${rootme}/../gcc/xgcc ] ; then \
echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/; \
else \
if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \