mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
* config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
(LDFLAGS): Set to -Xlinker -Ur.
This commit is contained in:
@ -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>
|
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):
|
* Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
|
||||||
Removed, these values are set by lib/gdb.exp.
|
Removed, these values are set by lib/gdb.exp.
|
||||||
|
|
||||||
|
@ -1 +1,2 @@
|
|||||||
LDFLAGS = -r
|
CFLAGS = -g -Dvxworks
|
||||||
|
LDFLAGS = -Xlinker -Ur
|
||||||
|
Reference in New Issue
Block a user