* expr.c (operand): Pass &c to md_parse_name().
[deliverable/binutils-gdb.git] / config / mh-sysv4
index a98b92680490a884e1d57b086051c1d4c2377d6f..81066510600000a09e786ef82c4a0f0c651eda00 100644 (file)
@@ -1,7 +1,11 @@
 # Define SYSV as -DSYSV if you are using a System V operating system.
 SYSV = -DSYSV -DSVR4
-RANLIB = echo >/dev/null
-INSTALL = /usr/ucb/install -c
+RANLIB = true
+
+# C++ debugging is not yet supported under SVR4 (DWARF)
+CXXFLAGS=-O
 
 # The l flag generates a warning from the SVR4 archiver, remove it.
-AR_FLAGS = cq
+AR_FLAGS = cr
+
+X11_EXTRA_LIBS = -lnsl
This page took 0.022719 seconds and 4 git commands to generate.