From: J.T. Conklin Date: Fri, 17 Feb 1995 00:54:00 +0000 (+0000) Subject: * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2b53190db8f5386e9f4d917f677310da612df9b7;p=binutils-gdb.git * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks. (LDFLAGS): Set to -Xlinker -Ur. --- 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