From 0c575f2d8be399da422478bb498c124019f9129f Mon Sep 17 00:00:00 2001 From: Bill Cox Date: Sat, 14 May 1994 01:09:17 +0000 Subject: [PATCH] * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links. (CFLAGS): Delete it from here. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/config/mt-i960-vx | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5cd070ccf5c..1c8bd21463f 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com) + + * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links. + (CFLAGS): Delete it from here. + Thu May 12 14:06:34 1994 Bill Cox (bill@rtl.cygnus.com) * .Sanitize: Drop the gdb.t30 and gdb.t31 directories diff --git a/gdb/testsuite/config/mt-i960-vx b/gdb/testsuite/config/mt-i960-vx index d7971924b12..e0710dac708 100644 --- a/gdb/testsuite/config/mt-i960-vx +++ b/gdb/testsuite/config/mt-i960-vx @@ -1,6 +1,6 @@ # compilers and assemblers CC = i960-vxworks-gcc -CFLAGS = -mca -g -r -I/home/vx960/5.0.3/h -D${target_os} -DCPU_FAMILY=I960 #-nostdlib +CFLAGS = -mca -g -I/home/vx960/5.0.3/h -D${target_os} -DCPU_FAMILY=I960 #-nostdlib C++ = ${CC} C++FLAGS = ${CFLAGS} CXX = ${CC} @@ -10,7 +10,7 @@ ASFLAGS = FC = FCFLAGS = LD = ld -LDFLAGS = +LDFLAGS = -r LIBS = -lgcc # binutils -- 2.30.2