aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-06-22 23:43:34 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-06-22 23:43:34 +0000
commita49ead8f5d29d526968f2d26c4d9ff558bb0fda6 (patch)
tree491015cc715733635a90e8588b658d3dcfc875e7 /config
parent15d4eb2197e955ff0b2bada17a8698222be45552 (diff)
downloadfsf-binutils-gdb-a49ead8f5d29d526968f2d26c4d9ff558bb0fda6.zip
fsf-binutils-gdb-a49ead8f5d29d526968f2d26c4d9ff558bb0fda6.tar.gz
fsf-binutils-gdb-a49ead8f5d29d526968f2d26c4d9ff558bb0fda6.tar.bz2
like mh-sysv4, except with Unixware X definitions
Diffstat (limited to 'config')
-rw-r--r--config/mh-unixware11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/mh-unixware b/config/mh-unixware
new file mode 100644
index 0000000..1eb570d
--- /dev/null
+++ b/config/mh-unixware
@@ -0,0 +1,11 @@
+# Define SYSV as -DSYSV if you are using a System V operating system.
+SYSV = -DSYSV -DSVR4
+RANLIB = true
+INSTALL = cp
+
+# The l flag generates a warning from the SVR4 archiver, remove it.
+AR_FLAGS = cq
+
+X11_INCLUDE_FLAGS = -I/usr/X/include
+X11_LIB_FLAGS = -L/usr/X/lib
+X11_LIB = -lX11 -lnsl