aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/config
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@acorntoolworks.com>1995-02-17 00:54:00 +0000
committerJ.T. Conklin <jtc@acorntoolworks.com>1995-02-17 00:54:00 +0000
commit2b53190db8f5386e9f4d917f677310da612df9b7 (patch)
tree67486deab15074a0a738a795c4b782b9c52e465f /gdb/testsuite/config
parentf7ef65ff727f0af31fef54a4c9ee9edcf12bcfc2 (diff)
downloadgdb-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/testsuite/config')
-rw-r--r--gdb/testsuite/config/mt-vxworks3
1 files changed, 2 insertions, 1 deletions
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