diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-05-11 16:29:42 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-05-11 16:29:42 -0600 |
commit | 337eb77305913eaebb6bbd9e719141b144a6cc40 (patch) | |
tree | 96e2cdddb5e2ae92c7106f0c43711f3d0c405ff3 /config/mh-sysv5 | |
parent | fc438e2ad07c189dfe97f148205cee9d5d312352 (diff) | |
download | gcc-337eb77305913eaebb6bbd9e719141b144a6cc40.zip gcc-337eb77305913eaebb6bbd9e719141b144a6cc40.tar.gz gcc-337eb77305913eaebb6bbd9e719141b144a6cc40.tar.bz2 |
[multiple changes]
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.
From-SVN: r19685
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 0000000..1fa38e5 --- /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 |