summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/config/mh-sysv4
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/binutils/config/mh-sysv4')
-rw-r--r--contrib/binutils/config/mh-sysv411
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/binutils/config/mh-sysv4 b/contrib/binutils/config/mh-sysv4
new file mode 100644
index 0000000..8106651
--- /dev/null
+++ b/contrib/binutils/config/mh-sysv4
@@ -0,0 +1,11 @@
+# Define SYSV as -DSYSV if you are using a System V operating system.
+SYSV = -DSYSV -DSVR4
+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 = cr
+
+X11_EXTRA_LIBS = -lnsl
OpenPOWER on IntegriCloud