diff options
Diffstat (limited to 'gdb/testsuite/config/mt-m68k-aout')
-rw-r--r-- | gdb/testsuite/config/mt-m68k-aout | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/gdb/testsuite/config/mt-m68k-aout b/gdb/testsuite/config/mt-m68k-aout deleted file mode 100644 index ed6067d..0000000 --- a/gdb/testsuite/config/mt-m68k-aout +++ /dev/null @@ -1,59 +0,0 @@ -# compilers and assemblers -CC = m68k-aout-gcc -CFLAGS = -g -D${target_os} -C++ = ${CC} -C++FLAGS = ${CFLAGS} -CXX = ${CC} -CXXFLAGS = ${CFLAGS} -AS = m68k-aout-as -ASFLAGS = -FC = -FCFLAGS = -LD = ld -LDFLAGS = -LIBS = - -# binutils - -RANLIB = m68k-aout-ranlib -RANLIBFLAGS = - -NM = m68k-aout-nm -NMFLAGS = - -SIZE = m68k-aout-size -SIZEFLAGS = - -STRIP = m68k-aout-strip -STRIPFLAGS = - -OBJDUMP = m68k-aout-objdump -OBJDUMPFLAGS = - -DEMANGLE = m68k-aout-demangle -DEMANGLEFLAGS = - -COPY = m68k-aout-copy -COPYFLAGS = - -# other utils -LEX = flex -LEXFLAGS = - -YACC = byacc -YACCFLAGS = - -AR = m68k-aout-ar -ARFLAGS = - -CPP = ${CC} -E -CPPFLAGS = - -GDB = m68k-aout-gdb -GDBFLAGS = -nx - -DIFF = diff -DIFFFLAGS = - -RUNTEST=m68k-aout-runtest -RUNTESTFLAGS= |