diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1995-02-17 00:54:00 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1995-02-17 00:54:00 +0000 |
commit | 2b53190db8f5386e9f4d917f677310da612df9b7 (patch) | |
tree | 67486deab15074a0a738a795c4b782b9c52e465f /gdb | |
parent | f7ef65ff727f0af31fef54a4c9ee9edcf12bcfc2 (diff) | |
download | gdb-2b53190db8f5386e9f4d917f677310da612df9b7.zip gdb-2b53190db8f5386e9f4d917f677310da612df9b7.tar.gz gdb-2b53190db8f5386e9f4d917f677310da612df9b7.tar.bz2 |
* config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
(LDFLAGS): Set to -Xlinker -Ur.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 3 | ||||
-rw-r--r-- | gdb/testsuite/config/mt-vxworks | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 99169bd..753695b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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. diff --git a/gdb/testsuite/config/mt-vxworks b/gdb/testsuite/config/mt-vxworks index 10d1ce4..d18bcb0 100644 --- a/gdb/testsuite/config/mt-vxworks +++ b/gdb/testsuite/config/mt-vxworks @@ -1 +1,2 @@ -LDFLAGS = -r +CFLAGS = -g -Dvxworks +LDFLAGS = -Xlinker -Ur |