diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-11 22:29:42 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-11 22:29:42 +0000 |
commit | baa67b8d53a39efd550fcbd1cf21a72e1c3a8652 (patch) | |
tree | 96e2cdddb5e2ae92c7106f0c43711f3d0c405ff3 /config/mh-sysv5 | |
parent | 7155625053ef0a69e2d720baaab7af0389429503 (diff) | |
download | gcc-baa67b8d53a39efd550fcbd1cf21a72e1c3a8652.tar.gz |
Sat Apr 11 22:43:17 1998 J. Kean Johnston <jkj@sco.com>
* mh-svsv5: New file - support for SCO UnixWare 7 / SVR5.
Thu Mar 26 01:54:25 1998 Geoffrey Noer <noer@cygnus.com>
* mh-cygwin32: stop configuring and building dosrel.
Bring over from devo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19685 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config/mh-sysv5')
-rw-r--r-- | config/mh-sysv5 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/mh-sysv5 b/config/mh-sysv5 new file mode 100644 index 00000000000..1fa38e53cc8 --- /dev/null +++ b/config/mh-sysv5 @@ -0,0 +1,8 @@ +# Define SYSV as -DSYSV if you are using a System V operating system. +SYSV = -DSYSV -DSVR4 -DSVR5 +RANLIB = true + +# The l flag generates a warning from the SVR4 archiver, remove it. +AR_FLAGS = cr + +X11_EXTRA_LIBS = -lnsl |