aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/config/mt-slite
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/config/mt-slite')
-rw-r--r--gdb/testsuite/config/mt-slite5
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/testsuite/config/mt-slite b/gdb/testsuite/config/mt-slite
index 4f58688..74e75a2 100644
--- a/gdb/testsuite/config/mt-slite
+++ b/gdb/testsuite/config/mt-slite
@@ -1,7 +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 -N; \
+ echo -L$${rootsrc}/../../libgloss/ex93x -L$${rootme}/../../libgloss/ex93x -Tex93x.ld -nostartfiles -nostdlib -N; \
else \
- echo -Tex93x.ld -nostartfiles -N; \
+ echo -Tex93x.ld -nostartfiles -nostdlib -N; \
fi`