diff options
Diffstat (limited to 'gdb/testsuite/config/mt-m68k-coff')
-rw-r--r-- | gdb/testsuite/config/mt-m68k-coff | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/config/mt-m68k-coff b/gdb/testsuite/config/mt-m68k-coff index 60aa6e3..1b6ca9c 100644 --- a/gdb/testsuite/config/mt-m68k-coff +++ b/gdb/testsuite/config/mt-m68k-coff @@ -1,6 +1,6 @@ # compilers and assemblers CC = m68k-coff-gcc -CFLAGS = -g -D${target_os} -T +CFLAGS = -g -D${target_os} C++ = ${CC} C++FLAGS = ${CFLAGS} CXX = ${CC} @@ -10,7 +10,7 @@ ASFLAGS = FC = FCFLAGS = LD = ld -LDFLAGS = -lgcc -lc -lg -lmvme135 +LDFLAGS = LIBS = # binutils |