diff options
author | Rob Savoye <rob@cygnus> | 1993-06-03 00:57:17 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1993-06-03 00:57:17 +0000 |
commit | 84aa54e2b488cf4011a1e293025ad51ce821ac41 (patch) | |
tree | 82133a2d33322d8f7819eab16da5f7ba562f9a2e /gdb/testsuite/config/mt-frwcom-aout | |
parent | 38e799d231be9ff3576b9a94b07b038dc6e84edf (diff) | |
download | gdb-84aa54e2b488cf4011a1e293025ad51ce821ac41.zip gdb-84aa54e2b488cf4011a1e293025ad51ce821ac41.tar.gz gdb-84aa54e2b488cf4011a1e293025ad51ce821ac41.tar.bz2 |
Add these from DejaGnu so the testsuites compile for targets again.
Diffstat (limited to 'gdb/testsuite/config/mt-frwcom-aout')
-rw-r--r-- | gdb/testsuite/config/mt-frwcom-aout | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/gdb/testsuite/config/mt-frwcom-aout b/gdb/testsuite/config/mt-frwcom-aout new file mode 100644 index 0000000..55799cf --- /dev/null +++ b/gdb/testsuite/config/mt-frwcom-aout @@ -0,0 +1,57 @@ +# compilers and assemblers +CC = sparclitefrwcompat-aout-gcc +CFLAGS = -g -D${target_os} +C++ = ${CC} +C++FLAGS = ${CFLAGS} +CXX = ${CC} +CXXFLAGS = ${CFLAGS} +AS = sparclitefrwcompat-aout-as +ASFLAGS = +FC = +FCFLAGS = +LD = ld +LDFLAGS = +LIBS = + +# binutils + +RANLIB = sparclitefrwcompat-aout-ranlib +RANLIBFLAGS = + +NM = sparclitefrwcompat-aout-nm +NMFLAGS = + +SIZE = sparclitefrwcompat-aout-size +SIZEFLAGS = + +STRIP = sparclitefrwcompat-aout-strip +STRIPFLAGS = + +OBJDUMP = sparclitefrwcompat-aout-objdump +OBJDUMPFLAGS = + +DEMANGLE = sparclitefrwcompat-aout-demangle +DEMANGLEFLAGS = + +COPY = sparclitefrwcompat-aout-copy +COPYFLAGS = + +# other utils +LEX = flex +LEXFLAGS = + +YACC = byacc +YACCFLAGS = + +AR = sparclitefrwcompat-aout-ar +ARFLAGS = + +CPP = ${CC} -E +CPPFLAGS = + +GDB = sparclitefrwcompat-aout-gdb +GDBFLAGS = -nx + +DIFF = diff +DIFFFLAGS = + |