source: trunk/third/gcc/config/mh-sco @ 14548

Revision 14548, 385 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# Define SYSV as -DSYSV if you are using a System V operating system.
2SYSV = -DSYSV
3RANLIB = true
4# You may need this if you don't have bison.
5# BISON = yacc -Sm10400
6# The native C compiler botches some simple uses of const.  Unfortunately,
7# it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
8CC = cc -Dconst=
9
10X11_EXTRA_LIBS = -lsocket -lm -lintl -lmalloc
Note: See TracBrowser for help on using the repository browser.