diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1995-11-30 23:01:31 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1995-11-30 23:01:31 +0000 |
commit | cee52482d37a99c93038018d765cd973fb2c3f52 (patch) | |
tree | af72b7ef89731df68135c5ee4f5fc09f966817f5 | |
parent | 6933148af0326746716eefa54971d58e7ec00d04 (diff) | |
download | gdb-cee52482d37a99c93038018d765cd973fb2c3f52.zip gdb-cee52482d37a99c93038018d765cd973fb2c3f52.tar.gz gdb-cee52482d37a99c93038018d765cd973fb2c3f52.tar.bz2 |
* config/mt-v810 (CC_FOR_TARGET): Add -ansi flag. NEC compiler
defaults to K&R mode, but doesn't have varargs.h, so we have to
compile in ANSI mode.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Thu Nov 30 14:45:25 1995 J.T. Conklin <jtc@rtl.cygnus.com> + + * config/mt-v810 (CC_FOR_TARGET): Add -ansi flag. NEC compiler + defaults to K&R mode, but doesn't have varargs.h, so we have to + compile in ANSI mode. + Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu> * config.guess: Recognize Pentium under SCO. |