aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorBill Cox <bill@cygnus>1994-05-14 01:09:17 +0000
committerBill Cox <bill@cygnus>1994-05-14 01:09:17 +0000
commit0c575f2d8be399da422478bb498c124019f9129f (patch)
tree1d2e1451d790a0496999c73c68d782bcd7dc189f /gdb
parent9db94ff5c4d33a143a8580fc7fb062547ca102e1 (diff)
downloadgdb-0c575f2d8be399da422478bb498c124019f9129f.zip
gdb-0c575f2d8be399da422478bb498c124019f9129f.tar.gz
gdb-0c575f2d8be399da422478bb498c124019f9129f.tar.bz2
* config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
(CFLAGS): Delete it from here.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/config/mt-i960-vx4
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 5cd070c..1c8bd21 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 d797192..e0710da 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