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-sparc-vx | |
parent | 38e799d231be9ff3576b9a94b07b038dc6e84edf (diff) | |
download | fsf-binutils-gdb-84aa54e2b488cf4011a1e293025ad51ce821ac41.zip fsf-binutils-gdb-84aa54e2b488cf4011a1e293025ad51ce821ac41.tar.gz fsf-binutils-gdb-84aa54e2b488cf4011a1e293025ad51ce821ac41.tar.bz2 |
Add these from DejaGnu so the testsuites compile for targets again.
Diffstat (limited to 'gdb/testsuite/config/mt-sparc-vx')
-rw-r--r-- | gdb/testsuite/config/mt-sparc-vx | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/gdb/testsuite/config/mt-sparc-vx b/gdb/testsuite/config/mt-sparc-vx new file mode 100644 index 0000000..1fb3c4f --- /dev/null +++ b/gdb/testsuite/config/mt-sparc-vx @@ -0,0 +1,57 @@ +# compilers and assemblers +CC = sparc-vxworks-gcc +CFLAGS = -g -r -D${target_os} -I/cygint/limbo/unsupported/packages/vxworks/vx68/5.0.3/h +C++ = ${CC} +C++FLAGS = ${CFLAGS} +CXX = ${CC} +CXXFLAGS = ${CFLAGS} +AS = sparc-vxworks-as +ASFLAGS = +FC = +FCFLAGS = +LD = ld +LDFLAGS = +LIBS = -lgcc + +# binutils + +RANLIB = sparc-vxworks-ranlib +RANLIBFLAGS = + +NM = sparc-vxworks-nm +NMFLAGS = + +SIZE = sparc-vxworks-size +SIZEFLAGS = + +STRIP = sparc-vxworks-strip +STRIPFLAGS = + +OBJDUMP = sparc-vxworks-objdump +OBJDUMPFLAGS = + +DEMANGLE = sparc-vxworks-demangle +DEMANGLEFLAGS = + +COPY = sparc-vxworks-copy +COPYFLAGS = + +# other utils +LEX = flex +LEXFLAGS = + +YACC = byacc +YACCFLAGS = + +AR = sparc-vxworks-ar +ARFLAGS = + +CPP = ${CC} -E +CPPFLAGS = + +GDB = sparc-vxworks-gdb +GDBFLAGS = -nx + +DIFF = diff +DIFFFLAGS = + |