diff options
author | Richard Henderson <rth@redhat.com> | 1999-05-03 07:29:06 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1999-05-03 07:29:06 +0000 |
commit | a3acbf46947e52ff596461a4cf6f539884c9dbbd (patch) | |
tree | ef93cefb82fdb4d8f2639e166e277474d9b2acab /config/mh-sco | |
download | newlib-a3acbf46947e52ff596461a4cf6f539884c9dbbd.zip newlib-a3acbf46947e52ff596461a4cf6f539884c9dbbd.tar.gz newlib-a3acbf46947e52ff596461a4cf6f539884c9dbbd.tar.bz2 |
19990502 sourceware importbinu_ss_19990502
Diffstat (limited to 'config/mh-sco')
-rw-r--r-- | config/mh-sco | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/mh-sco b/config/mh-sco new file mode 100644 index 0000000..cc337c9 --- /dev/null +++ b/config/mh-sco @@ -0,0 +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 |