* config/tc-hppa.c (struct pa_it): New field "trunc".
[deliverable/binutils-gdb.git] / config / mh-sco
index e2897502f057ac49c51ed2314f2fe33592697896..cc337c98f93771257e8ff2b550afd7fb8bfaa1e4 100644 (file)
@@ -1,4 +1,10 @@
 # Define SYSV as -DSYSV if you are using a System V operating system.
 SYSV = -DSYSV
-RANLIB = echo >/dev/null
-BISON = yacc -Sm10400
+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
This page took 0.027878 seconds and 4 git commands to generate.