From: Kung Hsu Date: Wed, 22 Mar 1995 01:12:04 +0000 (+0000) Subject: * config/mt-slite: add -Dusestubs. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0c4517b5f1715daf52ec6c9cd51a6373ba3a477f;p=binutils-gdb.git * config/mt-slite: add -Dusestubs. --- diff --git a/gdb/testsuite/config/mt-slite b/gdb/testsuite/config/mt-slite index 0654d185569..4f5868864ff 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`