From 0c4517b5f1715daf52ec6c9cd51a6373ba3a477f Mon Sep 17 00:00:00 2001 From: Kung Hsu Date: Wed, 22 Mar 1995 01:12:04 +0000 Subject: [PATCH] * config/mt-slite: add -Dusestubs. --- gdb/testsuite/config/mt-slite | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/config/mt-slite b/gdb/testsuite/config/mt-slite index 0654d18556..4f5868864f 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` -- 2.34.1