diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-02-15 22:44:28 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-02-15 22:44:28 +0000 |
commit | 159da5553069f12fb3a6ff0144026ccb847282cf (patch) | |
tree | d1342e21baeea979e00224ecc306956d014c59ad | |
parent | 0e47ce975175eb4ebd425e14adf9b43e18b3dd6a (diff) | |
download | fsf-binutils-gdb-159da5553069f12fb3a6ff0144026ccb847282cf.zip fsf-binutils-gdb-159da5553069f12fb3a6ff0144026ccb847282cf.tar.gz fsf-binutils-gdb-159da5553069f12fb3a6ff0144026ccb847282cf.tar.bz2 |
* mh-cxux (CC): New variable.
(CFLAGS, LDFLAGS): Remove.
* mh-ncrsvr43 (CC): New variable.
(CFLAGS): Remove.
* mh-solaris (CFLAGS): Remove.
-rw-r--r-- | config/mh-ncrsvr43 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mh-ncrsvr43 b/config/mh-ncrsvr43 index 2b34fc8..43b0991 100644 --- a/config/mh-ncrsvr43 +++ b/config/mh-ncrsvr43 @@ -2,7 +2,7 @@ # The MetaWare compiler will generate a copyright message unless you # turn it off by adding the -Hnocopyr flag. -CFLAGS = -g +CC = cc -Hnocopyr # Define SYSV as -DSYSV if you are using a System V operating system. SYSV = -DSYSV -DSVR4 |