top level CC settings for special tweaks needed
authorDavid D. Zuhn <zoo@cygnus>
Tue, 30 Mar 1993 04:01:55 +0000 (04:01 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Tue, 30 Mar 1993 04:01:55 +0000 (04:01 +0000)
ChangeLog
config/mh-sun3 [new file with mode: 0644]

index 4ab7342..4af432e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Mon Mar 29 19:59:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * config/mh-sun3: cc needs -J to compile cp-parse.c correctly
+
+       * config/mh-solaris: SunPRO C needs -Xs to be able to get a
+       working xmakefile for Emacs.
+
+Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
+
+       * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
+       for handling BISON for FSF releases.
+
 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
 
        * configure: Actually implement the change zoo just documented.
diff --git a/config/mh-sun3 b/config/mh-sun3
new file mode 100644 (file)
index 0000000..d6ac955
--- /dev/null
@@ -0,0 +1,8 @@
+# X11 
+OPENWINHOME = /usr/openwin
+X11_INCLUDE_FLAGS = -I$(OPENWINHOME)/include
+X11_LIB_FLAGS = -L$(OPENWINHOME)/lib
+
+# Sun's C compiler needs the -J flag to be able to compile cp-parse.c
+# without overflowing the jump tables (-J says to use a 32 bit table)
+CC = cc -J