From 2b53190db8f5386e9f4d917f677310da612df9b7 Mon Sep 17 00:00:00 2001 From: "J.T. Conklin" Date: Fri, 17 Feb 1995 00:54:00 +0000 Subject: [PATCH] * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks. (LDFLAGS): Set to -Xlinker -Ur. --- gdb/testsuite/ChangeLog | 3 +++ gdb/testsuite/config/mt-vxworks | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 99169bd36fd..753695bf940 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 + * 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 10d1ce4935c..d18bcb0bc32 100644 --- a/gdb/testsuite/config/mt-vxworks +++ b/gdb/testsuite/config/mt-vxworks @@ -1 +1,2 @@ -LDFLAGS = -r +CFLAGS = -g -Dvxworks +LDFLAGS = -Xlinker -Ur -- 2.30.2