+Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
+
+ * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
+
+Thu Jan 7 12:50:16 1993 Mike Werner (mtw@rtl.cygnus.com)
+
+ * ChangeLog: Corrected errors in the following ChangeLog entry:
+ Wed Jan 6 20:29:16 1993 Mike Werner
+
+Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
+
+ * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
+ set exclusively by configure, using configure.in .
+ **** start-sanitize-chill ****
+ * configure.in: Changed the method by which SUBDIRS is set, in order
+ to properly handle the addition of chill related subdirectories
+ to the SUBDIRS list.
+ **** end-sanitize-chill ****
+
+Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
+
+ * test-build.mk: set $PATH for all builds
+
+ * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
+
Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
* Makefile.in (GCC_FOR_TARGET): Supply a default that matches
CFLAGS = -g
CXX = gcc
CXXFLAGS = -g -O
-GCC_FOR_TARGET = ./gcc -B./
+GCC_FOR_TARGET = ./xgcc -B./
RANLIB = ranlib
NM = nm
CC_FOR_TARGET = ` \
if [ -f $${rootme}/gcc/Makefile ] ; then \
- echo $${rootme}/gcc/gcc -B$${rootme}/gcc/; \
+ echo $${rootme}/gcc/xgcc -B$${rootme}/gcc/; \
else \
if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
echo $(CC); \
CXX_FOR_TARGET = ` \
if [ -f $${rootme}/gcc/Makefile ] ; then \
- echo $${rootme}/gcc/gcc -B$${rootme}/gcc/; \
+ echo $${rootme}/gcc/xgcc -B$${rootme}/gcc/; \
else \
if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
echo $(CXX); \