* mh-necv4: New file.
authorIan Lance Taylor <ian@airs.com>
Fri, 15 Mar 1996 00:20:59 +0000 (00:20 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 15 Mar 1996 00:20:59 +0000 (00:20 +0000)
config/mh-necv4 [new file with mode: 0644]

diff --git a/config/mh-necv4 b/config/mh-necv4
new file mode 100644 (file)
index 0000000..e887736
--- /dev/null
@@ -0,0 +1,11 @@
+# Host Makefile fragment for NEC MIPS SVR4.
+
+# The C compiler on NEC MIPS SVR4 needs bigger tables.
+CC = cc -ZXNd=5000 -ZXNg=1000
+
+# Define SYSV as -DSYSV if you are using a System V operating system.
+SYSV = -DSYSV -DSVR4
+RANLIB = true
+
+# NEC -lX11 needs some other libraries.
+X11_EXTRA_LIBS = -lsocket -lnsl
This page took 0.023987 seconds and 4 git commands to generate.