aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-03-30 04:01:55 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-03-30 04:01:55 +0000
commit48686e6d2228212652b0817c618c2fc137ebed8c (patch)
tree1bf44980153f3156aa5ff01892f35ee0fef300a5 /config
parent239121e2b77fb122caf9aee6abf2d11867724bb3 (diff)
downloadfsf-binutils-gdb-48686e6d2228212652b0817c618c2fc137ebed8c.zip
fsf-binutils-gdb-48686e6d2228212652b0817c618c2fc137ebed8c.tar.gz
fsf-binutils-gdb-48686e6d2228212652b0817c618c2fc137ebed8c.tar.bz2
top level CC settings for special tweaks needed
Diffstat (limited to 'config')
-rw-r--r--config/mh-sun38
1 files changed, 8 insertions, 0 deletions
diff --git a/config/mh-sun3 b/config/mh-sun3
new file mode 100644
index 0000000..d6ac955
--- /dev/null
+++ b/config/mh-sun3
@@ -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