aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorRob Savoye <rob@cygnus>1993-06-03 00:57:17 +0000
committerRob Savoye <rob@cygnus>1993-06-03 00:57:17 +0000
commit84aa54e2b488cf4011a1e293025ad51ce821ac41 (patch)
tree82133a2d33322d8f7819eab16da5f7ba562f9a2e /gdb/testsuite
parent38e799d231be9ff3576b9a94b07b038dc6e84edf (diff)
downloadgdb-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')
-rw-r--r--gdb/testsuite/config/mt-a29k-udi57
-rw-r--r--gdb/testsuite/config/mt-frwcom-aout57
-rw-r--r--gdb/testsuite/config/mt-i386-aout57
-rw-r--r--gdb/testsuite/config/mt-i960-nindy57
-rw-r--r--gdb/testsuite/config/mt-i960-vx57
-rw-r--r--gdb/testsuite/config/mt-m68k-abug-aout57
-rw-r--r--gdb/testsuite/config/mt-m68k-abug-coff57
-rw-r--r--gdb/testsuite/config/mt-m68k-aout57
-rw-r--r--gdb/testsuite/config/mt-m68k-coff57
-rw-r--r--gdb/testsuite/config/mt-m68k-vx57
-rw-r--r--gdb/testsuite/config/mt-mips57
-rw-r--r--gdb/testsuite/config/mt-sparc-aout57
-rw-r--r--gdb/testsuite/config/mt-sparc-vx57
-rw-r--r--gdb/testsuite/config/mt-sparclite57
14 files changed, 798 insertions, 0 deletions
diff --git a/gdb/testsuite/config/mt-a29k-udi b/gdb/testsuite/config/mt-a29k-udi
new file mode 100644
index 0000000..ac0743e
--- /dev/null
+++ b/gdb/testsuite/config/mt-a29k-udi
@@ -0,0 +1,57 @@
+# compilers and assemblers
+CC = a29k-amd-udi-gcc
+CFLAGS = -g -D${target_os}
+C++ = ${CC}
+C++FLAGS = ${CFLAGS}
+CXX = ${CC}
+CXXFLAGS = ${CFLAGS}
+AS = a29k-amd-udi-as
+ASFLAGS =
+FC =
+FCFLAGS =
+LD = ld
+LDFLAGS =
+LIBS =
+
+# binutils
+
+RANLIB = a29k-amd-udi-ranlib
+RANLIBFLAGS =
+
+NM = a29k-amd-udi-nm
+NMFLAGS =
+
+SIZE = a29k-amd-udi-size
+SIZEFLAGS =
+
+STRIP = a29k-amd-udi-strip
+STRIPFLAGS =
+
+OBJDUMP = a29k-amd-udi-objdump
+OBJDUMPFLAGS =
+
+DEMANGLE = a29k-amd-udi-demangle
+DEMANGLEFLAGS =
+
+COPY = a29k-amd-udi-copy
+COPYFLAGS =
+
+# other utils
+LEX = flex
+LEXFLAGS =
+
+YACC = byacc
+YACCFLAGS =
+
+AR = a29k-amd-udi-ar
+ARFLAGS =
+
+CPP = ${CC} -E
+CPPFLAGS =
+
+GDB = a29k-amd-udi-gdb
+GDBFLAGS = -nx
+
+DIFF = diff
+DIFFFLAGS =
+
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 =
+
diff --git a/gdb/testsuite/config/mt-i386-aout b/gdb/testsuite/config/mt-i386-aout
new file mode 100644
index 0000000..3056806
--- /dev/null
+++ b/gdb/testsuite/config/mt-i386-aout
@@ -0,0 +1,57 @@
+# compilers and assemblers
+CC = i386-aout-gcc
+CFLAGS = -g -D${target_os}
+C++ = ${CC}
+C++FLAGS = ${CFLAGS}
+CXX = ${CC}
+CXXFLAGS = ${CFLAGS}
+AS = i386-aout-as
+ASFLAGS =
+FC =
+FCFLAGS =
+LD = ld
+LDFLAGS =
+LIBS =
+
+# binutils
+
+RANLIB = i386-aout-ranlib
+RANLIBFLAGS =
+
+NM = i386-aout-nm
+NMFLAGS =
+
+SIZE = i386-aout-size
+SIZEFLAGS =
+
+STRIP = i386-aout-strip
+STRIPFLAGS =
+
+OBJDUMP = i386-aout-objdump
+OBJDUMPFLAGS =
+
+DEMANGLE = i386-aout-demangle
+DEMANGLEFLAGS =
+
+COPY = i386-aout-copy
+COPYFLAGS =
+
+# other utils
+LEX = flex
+LEXFLAGS =
+
+YACC = byacc
+YACCFLAGS =
+
+AR = i386-aout-ar
+ARFLAGS =
+
+CPP = ${CC} -E
+CPPFLAGS =
+
+GDB = i386-aout-gdb
+GDBFLAGS = -nx
+
+DIFF = diff
+DIFFFLAGS =
+
diff --git a/gdb/testsuite/config/mt-i960-nindy b/gdb/testsuite/config/mt-i960-nindy
new file mode 100644
index 0000000..5effbe8
--- /dev/null
+++ b/gdb/testsuite/config/mt-i960-nindy
@@ -0,0 +1,57 @@
+# compilers and assemblers
+CC = i960-intel-nindy-gcc
+CFLAGS = -g -D${target_os}
+C++ = ${CC}
+C++FLAGS = ${CFLAGS}
+CXX = ${CC}
+CXXFLAGS = ${CFLAGS}
+AS = i960-intel-nindy-as
+ASFLAGS =
+FC =
+FCFLAGS =
+LD = ld
+LDFLAGS =
+LIBS =
+
+# binutils
+
+RANLIB = i960-intel-nindy-ranlib
+RANLIBFLAGS =
+
+NM = i960-intel-nindy-nm
+NMFLAGS =
+
+SIZE = i960-intel-nindy-size
+SIZEFLAGS =
+
+STRIP = i960-intel-nindy-strip
+STRIPFLAGS =
+
+OBJDUMP = i960-intel-nindy-objdump
+OBJDUMPFLAGS =
+
+DEMANGLE = i960-intel-nindy-demangle
+DEMANGLEFLAGS =
+
+COPY = i960-intel-nindy-copy
+COPYFLAGS =
+
+# other utils
+LEX = flex
+LEXFLAGS =
+
+YACC = byacc
+YACCFLAGS =
+
+AR = i960-intel-nindy-ar
+ARFLAGS =
+
+CPP = ${CC} -E
+CPPFLAGS =
+
+GDB = i960-intel-nindy-gdb
+GDBFLAGS = -nx
+
+DIFF = diff
+DIFFFLAGS =
+
diff --git a/gdb/testsuite/config/mt-i960-vx b/gdb/testsuite/config/mt-i960-vx
new file mode 100644
index 0000000..d780515
--- /dev/null
+++ b/gdb/testsuite/config/mt-i960-vx
@@ -0,0 +1,57 @@
+# 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
+C++ = ${CC}
+C++FLAGS = ${CFLAGS}
+CXX = ${CC}
+CXXFLAGS = ${CFLAGS}
+AS = i960-vxworks-as
+ASFLAGS =
+FC =
+FCFLAGS =
+LD = ld
+LDFLAGS =
+LIBS = -lgcc
+
+# binutils
+
+RANLIB = i960-vxworks-ranlib
+RANLIBFLAGS =
+
+NM = i960-vxworks-nm
+NMFLAGS =
+
+SIZE = i960-vxworks-size
+SIZEFLAGS =
+
+STRIP = i960-vxworks-strip
+STRIPFLAGS =
+
+OBJDUMP = i960-vxworks-objdump
+OBJDUMPFLAGS =
+
+DEMANGLE = i960-vxworks-demangle
+DEMANGLEFLAGS =
+
+COPY = i960-vxworks-copy
+COPYFLAGS =
+
+# other utils
+LEX = flex
+LEXFLAGS =
+
+YACC = byacc
+YACCFLAGS =
+
+AR = i960-vxworks-ar
+ARFLAGS =
+
+CPP = ${CC} -E
+CPPFLAGS =
+
+GDB = i960-vxworks-gdb
+GDBFLAGS = -nx
+
+DIFF = diff
+DIFFFLAGS =
+
diff --git a/gdb/testsuite/config/mt-m68k-abug-aout b/gdb/testsuite/config/mt-m68k-abug-aout
new file mode 100644
index 0000000..2a58480
--- /dev/null
+++ b/gdb/testsuite/config/mt-m68k-abug-aout
@@ -0,0 +1,57 @@
+# compilers and assemblers
+CC = m68k-aout-gcc
+CFLAGS = -g -D${target_os} -u read
+C++ = ${CC}
+C++FLAGS = ${CFLAGS}
+CXX = ${CC}
+CXXFLAGS = ${CFLAGS}
+AS = m68k-aout-as
+ASFLAGS =
+FC =
+FCFLAGS =
+LD = ld
+LDFLAGS = -T${srcdir}/config/m68k.gld
+LIBS = -lstub
+
+# 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 =
+
diff --git a/gdb/testsuite/config/mt-m68k-abug-coff b/gdb/testsuite/config/mt-m68k-abug-coff
new file mode 100644
index 0000000..1877296
--- /dev/null
+++ b/gdb/testsuite/config/mt-m68k-abug-coff
@@ -0,0 +1,57 @@
+# compilers and assemblers
+CC = m68k-coff-gcc
+CFLAGS = -g -D${target_os} -u read
+C++ = ${CC}
+C++FLAGS = ${CFLAGS}
+CXX = ${CC}
+CXXFLAGS = ${CFLAGS}
+AS = m68k-coff-as
+ASFLAGS =
+FC =
+FCFLAGS =
+LD = ld
+LDFLAGS = -T${srcdir}/config/m68k.gld
+LIBS = -lstub
+
+# binutils
+
+RANLIB = m68k-coff-ranlib
+RANLIBFLAGS =
+
+NM = m68k-coff-nm
+NMFLAGS =
+
+SIZE = m68k-coff-size
+SIZEFLAGS =
+
+STRIP = m68k-coff-strip
+STRIPFLAGS =
+
+OBJDUMP = m68k-coff-objdump
+OBJDUMPFLAGS =
+
+DEMANGLE = m68k-coff-demangle
+DEMANGLEFLAGS =
+
+COPY = m68k-coff-copy
+COPYFLAGS =
+
+# other utils
+LEX = flex
+LEXFLAGS =
+
+YACC = byacc
+YACCFLAGS =
+
+AR = m68k-coff-ar
+ARFLAGS =
+
+CPP = ${CC} -E
+CPPFLAGS =
+
+GDB = m68k-coff-gdb
+GDBFLAGS = -nx
+
+DIFF = diff
+DIFFFLAGS =
+
diff --git a/gdb/testsuite/config/mt-m68k-aout b/gdb/testsuite/config/mt-m68k-aout
new file mode 100644
index 0000000..62d1d93
--- /dev/null
+++ b/gdb/testsuite/config/mt-m68k-aout
@@ -0,0 +1,57 @@
+# 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 =
+
diff --git a/gdb/testsuite/config/mt-m68k-coff b/gdb/testsuite/config/mt-m68k-coff
new file mode 100644
index 0000000..60aa6e3
--- /dev/null
+++ b/gdb/testsuite/config/mt-m68k-coff
@@ -0,0 +1,57 @@
+# compilers and assemblers
+CC = m68k-coff-gcc
+CFLAGS = -g -D${target_os} -T
+C++ = ${CC}
+C++FLAGS = ${CFLAGS}
+CXX = ${CC}
+CXXFLAGS = ${CFLAGS}
+AS = m68k-coff-as
+ASFLAGS =
+FC =
+FCFLAGS =
+LD = ld
+LDFLAGS = -lgcc -lc -lg -lmvme135
+LIBS =
+
+# binutils
+
+RANLIB = m68k-coff-ranlib
+RANLIBFLAGS =
+
+NM = m68k-coff-nm
+NMFLAGS =
+
+SIZE = m68k-coff-size
+SIZEFLAGS =
+
+STRIP = m68k-coff-strip
+STRIPFLAGS =
+
+OBJDUMP = m68k-coff-objdump
+OBJDUMPFLAGS =
+
+DEMANGLE = m68k-coff-demangle
+DEMANGLEFLAGS =
+
+COPY = m68k-coff-copy
+COPYFLAGS =
+
+# other utils
+LEX = flex
+LEXFLAGS =
+
+YACC = byacc
+YACCFLAGS =
+
+AR = m68k-coff-ar
+ARFLAGS =
+
+CPP = ${CC} -E
+CPPFLAGS =
+
+GDB = m68k-coff-gdb
+GDBFLAGS = -nx
+
+DIFF = diff
+DIFFFLAGS =
+
diff --git a/gdb/testsuite/config/mt-m68k-vx b/gdb/testsuite/config/mt-m68k-vx
new file mode 100644
index 0000000..db3b284
--- /dev/null
+++ b/gdb/testsuite/config/mt-m68k-vx
@@ -0,0 +1,57 @@
+# compilers and assemblers
+CC = m68k-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 = m68k-vxworks-as
+ASFLAGS =
+FC =
+FCFLAGS =
+LD = ld
+LDFLAGS =
+LIBS = -lgcc
+
+# binutils
+
+RANLIB = m68k-vxworks-ranlib
+RANLIBFLAGS =
+
+NM = m68k-vxworks-nm
+NMFLAGS =
+
+SIZE = m68k-vxworks-size
+SIZEFLAGS =
+
+STRIP = m68k-vxworks-strip
+STRIPFLAGS =
+
+OBJDUMP = m68k-vxworks-objdump
+OBJDUMPFLAGS =
+
+DEMANGLE = m68k-vxworks-demangle
+DEMANGLEFLAGS =
+
+COPY = m68k-vxworks-copy
+COPYFLAGS =
+
+# other utils
+LEX = flex
+LEXFLAGS =
+
+YACC = byacc
+YACCFLAGS =
+
+AR = m68k-vxworks-ar
+ARFLAGS =
+
+CPP = ${CC} -E
+CPPFLAGS =
+
+GDB = m68k-vxworks-gdb
+GDBFLAGS = -nx
+
+DIFF = diff
+DIFFFLAGS =
+
diff --git a/gdb/testsuite/config/mt-mips b/gdb/testsuite/config/mt-mips
new file mode 100644
index 0000000..70ebdac
--- /dev/null
+++ b/gdb/testsuite/config/mt-mips
@@ -0,0 +1,57 @@
+# compilers and assemblers
+CC = mips-idt-ecoff-gcc
+CFLAGS = -g
+C++ = ${CC}
+C++FLAGS = ${CFLAGS}
+CXX = ${CC}
+CXXFLAGS = ${CFLAGS}
+AS = mips-idt-ecoff-as
+ASFLAGS =
+FC =
+FCFLAGS =
+LD = ld
+LDFLAGS =
+LIBS =
+
+# binutils
+
+RANLIB = mips-idt-ecoff-ranlib
+RANLIBFLAGS =
+
+NM = mips-idt-ecoff-nm
+NMFLAGS =
+
+SIZE = mips-idt-ecoff-size
+SIZEFLAGS =
+
+STRIP = mips-idt-ecoff-strip
+STRIPFLAGS =
+
+OBJDUMP = mips-idt-ecoff-objdump
+OBJDUMPFLAGS =
+
+DEMANGLE = mips-idt-ecoff-demangle
+DEMANGLEFLAGS =
+
+COPY = mips-idt-ecoff-copy
+COPYFLAGS =
+
+# other utils
+LEX = flex
+LEXFLAGS =
+
+YACC = byacc
+YACCFLAGS =
+
+AR = mips-idt-ecoff-ar
+ARFLAGS =
+
+CPP = ${CC} -E
+CPPFLAGS =
+
+GDB = mips-idt-ecoff-gdb
+GDBFLAGS = -nx
+
+DIFF = diff
+DIFFFLAGS =
+
diff --git a/gdb/testsuite/config/mt-sparc-aout b/gdb/testsuite/config/mt-sparc-aout
new file mode 100644
index 0000000..8819844
--- /dev/null
+++ b/gdb/testsuite/config/mt-sparc-aout
@@ -0,0 +1,57 @@
+# compilers and assemblers
+CC = sparc-aout-gcc
+CFLAGS = -g -D${target_os}
+C++ = ${CC}
+C++FLAGS = ${CFLAGS}
+CXX = ${CC}
+CXXFLAGS = ${CFLAGS}
+AS = sparc-aout-as
+ASFLAGS =
+FC =
+FCFLAGS =
+LD = ld
+LDFLAGS =
+LIBS =
+
+# binutils
+
+RANLIB = sparc-aout-ranlib
+RANLIBFLAGS =
+
+NM = sparc-aout-nm
+NMFLAGS =
+
+SIZE = sparc-aout-size
+SIZEFLAGS =
+
+STRIP = sparc-aout-strip
+STRIPFLAGS =
+
+OBJDUMP = sparc-aout-objdump
+OBJDUMPFLAGS =
+
+DEMANGLE = sparc-aout-demangle
+DEMANGLEFLAGS =
+
+COPY = sparc-aout-copy
+COPYFLAGS =
+
+# other utils
+LEX = flex
+LEXFLAGS =
+
+YACC = byacc
+YACCFLAGS =
+
+AR = sparc-aout-ar
+ARFLAGS =
+
+CPP = ${CC} -E
+CPPFLAGS =
+
+GDB = sparc-aout-gdb
+GDBFLAGS = -nx
+
+DIFF = diff
+DIFFFLAGS =
+
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 =
+
diff --git a/gdb/testsuite/config/mt-sparclite b/gdb/testsuite/config/mt-sparclite
new file mode 100644
index 0000000..a42628e
--- /dev/null
+++ b/gdb/testsuite/config/mt-sparclite
@@ -0,0 +1,57 @@
+# compilers and assemblers
+CC = sparclite-gcc
+CFLAGS = -g -D${target_os}
+C++ = ${CC}
+C++FLAGS = ${CFLAGS}
+CXX = ${CC}
+CXXFLAGS = ${CFLAGS}
+AS = sparclite-as
+ASFLAGS =
+FC =
+FCFLAGS =
+LD = ld
+LDFLAGS =
+LIBS =
+
+# binutils
+
+RANLIB = sparclite-ranlib
+RANLIBFLAGS =
+
+NM = sparclite-nm
+NMFLAGS =
+
+SIZE = sparclite-size
+SIZEFLAGS =
+
+STRIP = sparclite-strip
+STRIPFLAGS =
+
+COPY = sparclite-copy
+COPYFLAGS =
+
+OBJDUMP = sparclite-objdump
+OBJDUMPFLAGS =
+
+DEMANGLE = sparclite-demangle
+DEMANGLEFLAGS =
+
+# other utils
+LEX = flex
+LEXFLAGS =
+
+YACC = byacc
+YACCFLAGS =
+
+AR = sparclite-ar
+ARFLAGS =
+
+CPP = ${CC} -E
+CPPFLAGS =
+
+GDB = sparclite-gdb
+GDBFLAGS = -nx
+
+DIFF = diff
+DIFFFLAGS =
+