diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-01-25 21:05:56 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-01-25 21:05:56 +0000 |
commit | 00f53835d3d87d92f9825d2d40bc801496b78fd7 (patch) | |
tree | a74feb7c43dc06fbf3ef611da349c88d59b23c0e /config | |
parent | a4b4479a477e66746d235b4a3c7e1ed747d941f4 (diff) | |
download | gdb-00f53835d3d87d92f9825d2d40bc801496b78fd7.zip gdb-00f53835d3d87d92f9825d2d40bc801496b78fd7.tar.gz gdb-00f53835d3d87d92f9825d2d40bc801496b78fd7.tar.bz2 |
* mh-ncrsvr43 (CFLAGS): Remove -Hnocopyr.
Diffstat (limited to 'config')
-rw-r--r-- | config/mh-ncrsvr43 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/mh-ncrsvr43 b/config/mh-ncrsvr43 index 4717f67..2b34fc8 100644 --- a/config/mh-ncrsvr43 +++ b/config/mh-ncrsvr43 @@ -1,8 +1,8 @@ # Host configuration file for an NCR 3000 (i486/SVR43) system. # The MetaWare compiler will generate a copyright message unless you -# turn it off. -CFLAGS = -g -Hnocopyr +# turn it off by adding the -Hnocopyr flag. +CFLAGS = -g # Define SYSV as -DSYSV if you are using a System V operating system. SYSV = -DSYSV -DSVR4 |