From ac42799daa2472515ec4860fff7ff2aa7826e362 Mon Sep 17 00:00:00 2001
From: Jason Molenda <crash@cygnus>
Date: Tue, 28 Mar 1995 22:50:45 +0000
Subject: [PATCH] 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.

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    | 37 +++++++++++++++++++++++++++++++++++++
 build-all.mk |  2 +-
 2 files changed, 38 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 8b892d73484..ad4b0f7d379 100644
--- 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
diff --git a/build-all.mk b/build-all.mk
index 25d258976f1..85aa0e51f50 100644
--- a/build-all.mk
+++ b/build-all.mk
@@ -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