diff options
author | John Gilmore <gnu@cygnus> | 1991-10-04 06:48:59 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-04 06:48:59 +0000 |
commit | c67b1842bead079d246461621a113e1509c37732 (patch) | |
tree | 58b487565451f65f6ddfd60f14ca1efe6efe6f14 /config | |
parent | 9bba3334a0c5925f924d0c0c1e61af2ff9da5e17 (diff) | |
download | gdb-c67b1842bead079d246461621a113e1509c37732.zip gdb-c67b1842bead079d246461621a113e1509c37732.tar.gz gdb-c67b1842bead079d246461621a113e1509c37732.tar.bz2 |
Initial revision
Diffstat (limited to 'config')
-rwxr-xr-x | config/mh-svr4 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/mh-svr4 b/config/mh-svr4 new file mode 100755 index 0000000..0208c2d --- /dev/null +++ b/config/mh-svr4 @@ -0,0 +1,6 @@ +# Define SYSV as -DSYSV if you are using a System V operating system. +SYSV = -DSYSV -DSVR4 +RANLIB = echo >/dev/null + +# The l flag generates a warning from the SVR4 archiver, remove it. +AR_FLAGS = cq |