diff options
author | Bill Cox <bill@cygnus> | 1994-05-14 01:09:17 +0000 |
---|---|---|
committer | Bill Cox <bill@cygnus> | 1994-05-14 01:09:17 +0000 |
commit | 0c575f2d8be399da422478bb498c124019f9129f (patch) | |
tree | 1d2e1451d790a0496999c73c68d782bcd7dc189f /gdb/testsuite/config | |
parent | 9db94ff5c4d33a143a8580fc7fb062547ca102e1 (diff) | |
download | gdb-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/testsuite/config')
-rw-r--r-- | gdb/testsuite/config/mt-i960-vx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |