Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mh-sco « config - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cc337c98f93771257e8ff2b550afd7fb8bfaa1e4 (plain)
1
2
3
4
5
6
7
8
9
10
# Define SYSV as -DSYSV if you are using a System V operating system.
SYSV = -DSYSV
RANLIB = true
# You may need this if you don't have bison.
# BISON = yacc -Sm10400
# The native C compiler botches some simple uses of const.  Unfortunately,
# it doesn't defined anything like "__sco__" for us to test for in ansidecl.h.
CC = cc -Dconst=

X11_EXTRA_LIBS = -lsocket -lm -lintl -lmalloc