Revision 14548,
309 bytes
checked in by ghudson, 25 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r14547,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | # Host Makefile fragment for NEC MIPS SVR4. |
---|
2 | |
---|
3 | # The C compiler on NEC MIPS SVR4 needs bigger tables. |
---|
4 | CC = cc -ZXNd=5000 -ZXNg=1000 |
---|
5 | |
---|
6 | # Define SYSV as -DSYSV if you are using a System V operating system. |
---|
7 | SYSV = -DSYSV -DSVR4 |
---|
8 | RANLIB = true |
---|
9 | |
---|
10 | # NEC -lX11 needs some other libraries. |
---|
11 | X11_EXTRA_LIBS = -lsocket -lnsl |
---|
Note: See
TracBrowser
for help on using the repository browser.