diff options
Diffstat (limited to 'gdb/testsuite/config/mt-slite')
-rw-r--r-- | gdb/testsuite/config/mt-slite | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/testsuite/config/mt-slite b/gdb/testsuite/config/mt-slite new file mode 100644 index 00000000000..74e75a25c5c --- /dev/null +++ b/gdb/testsuite/config/mt-slite @@ -0,0 +1,8 @@ +LIBS = -lc -lg -lgcc +CFLAGS = -g -Dusestubs +LDFLAGS = ` \ + if [ -f $${rootme}/../../newlib/Makefile ]; then \ + echo -L$${rootsrc}/../../libgloss/ex93x -L$${rootme}/../../libgloss/ex93x -Tex93x.ld -nostartfiles -nostdlib -N; \ + else \ + echo -Tex93x.ld -nostartfiles -nostdlib -N; \ + fi` |