Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
authorJason Molenda <crash@cygnus>
Tue, 28 Mar 1995 22:50:45 +0000 (22:50 +0000)
committerJason Molenda <crash@cygnus>
Tue, 28 Mar 1995 22:50:45 +0000 (22:50 +0000)
        build-all.mk,config/mh-solaris:  revert these two changes:

        Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)

                * build-all.mk: Use CC=cc -Xs on Solaris.

        Mon Mar 29 19:59:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)

                * config/mh-solaris: SunPRO C needs -Xs to be able to get a
                working xmakefile for Emacs.

xmakefile no longer used for emacs; recent versions of SunPRO C
allegedly drop -Xs; running configure will assume ``cc'' but when you
compile, it uses ``cc -Xs'' (ansi vs old SunOS behavior) which causes
all kinds of problems rebuilding the source using the SunPRO compiler.

ChangeLog
build-all.mk

index 8b892d734849b778aa98aa206d756b38931806d3..ad4b0f7d379f66e185784455e0e58e68c1e4ac1c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
+
+       build-all.mk,config/mh-solaris:  revert these two changes:
+
+       Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+               * build-all.mk: Use CC=cc -Xs on Solaris.
+
+       Mon Mar 29 19:59:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+               * config/mh-solaris: SunPRO C needs -Xs to be able to get a
+               working xmakefile for Emacs.
+
+Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
+       stop using it.
+       * Makefile.in: Nuke all references to glob subdirectory.
+
+Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
+
+       * configure.in: Fix --enable-shared logic in per-host.
+
+Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
+
+Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * configure.in (noconfigdirs): Don't build gas on AIX, for
+       powerpc*-*-aix* as well as for rs6000*-*-aix*.
+
+Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure: Fix --cache-file to work if the file argument is a
+       relative path.
+
 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
 
        * configure: If the --cache-file is used, pass it down to
index 25d258976f154b82d98957ac74e78c67528db11b..85aa0e51f50a8af02ccf1553b9835fee0c3495f9 100644 (file)
@@ -161,7 +161,7 @@ TARGETS = $(NATIVE) \
 # do for themselves from sources) hasn't developed bit-rot.
 # The OSE68000 and OSE68k targets are for Ericsson only.
 
-CC = cc -Xs
+CC = cc
 GCC = gcc -O2 -pipe
 all: all-cygnus
 endif