Rename uninstalled gcc driver from gcc to xgcc.
authorJim Wilson <wilson@tuliptree.org>
Thu, 14 Jan 1993 01:07:41 +0000 (01:07 +0000)
committerJim Wilson <wilson@tuliptree.org>
Thu, 14 Jan 1993 01:07:41 +0000 (01:07 +0000)
ChangeLog
Makefile.in

index 3b7a25d0e1d5fbd7393542d8e84ce2f5006ac25e..2b11464b1f444a45b01a3dd456daab3a6058f3e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+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
index 8e511fe926335bc6b8b9b0921820578c305fcbb6..30c9af9a2fba714ddf9664f07e344984f59a0123 100644 (file)
@@ -56,7 +56,7 @@ CC = cc
 CFLAGS = -g
 CXX = gcc
 CXXFLAGS = -g -O
-GCC_FOR_TARGET = ./gcc -B./
+GCC_FOR_TARGET = ./xgcc -B./
 RANLIB = ranlib
 NM = nm
 
@@ -89,7 +89,7 @@ INSTALL_TARGET = install.all
 
 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); \
@@ -100,7 +100,7 @@ CC_FOR_TARGET = ` \
 
 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); \