* config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.

(LDFLAGS): Set to -Xlinker -Ur.
This commit is contained in:
J.T. Conklin 1995-02-17 00:54:00 +00:00
parent f7ef65ff72
commit 2b53190db8
2 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,9 @@ Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
* config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
(LDFLAGS): Set to -Xlinker -Ur.
* Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
Removed, these values are set by lib/gdb.exp.

View File

@ -1 +1,2 @@
LDFLAGS = -r
CFLAGS = -g -Dvxworks
LDFLAGS = -Xlinker -Ur