diff options
author | Kung Hsu <kung@cygnus> | 1995-03-22 01:12:04 +0000 |
---|---|---|
committer | Kung Hsu <kung@cygnus> | 1995-03-22 01:12:04 +0000 |
commit | 0c4517b5f1715daf52ec6c9cd51a6373ba3a477f (patch) | |
tree | 12c1281a0ab85134b29b2761650d53922bb244d3 /gdb/testsuite | |
parent | 120edc2f7c086beeceb606b498a62fd0b9394a4b (diff) | |
download | gdb-0c4517b5f1715daf52ec6c9cd51a6373ba3a477f.zip gdb-0c4517b5f1715daf52ec6c9cd51a6373ba3a477f.tar.gz gdb-0c4517b5f1715daf52ec6c9cd51a6373ba3a477f.tar.bz2 |
* config/mt-slite: add -Dusestubs.
Diffstat (limited to 'gdb/testsuite')
-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` |