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

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/mh-sco')
-rw-r--r--config/mh-sco6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/mh-sco b/config/mh-sco
index bf5a807b0..cc337c98f 100644
--- a/config/mh-sco
+++ b/config/mh-sco
@@ -1,4 +1,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