diff options
-rw-r--r-- | gdb/testsuite/config/mt-slite | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/config/mt-slite b/gdb/testsuite/config/mt-slite index 0654d18..4f58688 100644 --- a/gdb/testsuite/config/mt-slite +++ b/gdb/testsuite/config/mt-slite @@ -1,6 +1,7 @@ +CFLAGS = -g -Dusestubs LDFLAGS = ` \ if [ -f $${rootme}/../../newlib/Makefile ]; then \ - echo -L$${rootsrc}/../../newlib/stub/ex93x -L$${rootme}/../../newlib/stub/ex93x -Tex93x.ld -nostartfiles -N; \ + echo -L$${rootsrc}/../../libgloss/ex93x -L$${rootme}/../../libgloss/ex93x -Tex93x.ld -nostartfiles -N; \ else \ echo -Tex93x.ld -nostartfiles -N; \ fi` |