diff options
author | Kung Hsu <kung@cygnus> | 1995-03-23 02:38:39 +0000 |
---|---|---|
committer | Kung Hsu <kung@cygnus> | 1995-03-23 02:38:39 +0000 |
commit | 40ee1402e099134c54c5f25da1e0e67193a22489 (patch) | |
tree | 6f9e53fe50e343baccd8c05036086781a1e3483e /gdb/testsuite/config/mt-slite | |
parent | 11c54b4f40c61d5df2cc746ac977967d69db7bf5 (diff) | |
download | gdb-40ee1402e099134c54c5f25da1e0e67193a22489.zip gdb-40ee1402e099134c54c5f25da1e0e67193a22489.tar.gz gdb-40ee1402e099134c54c5f25da1e0e67193a22489.tar.bz2 |
* config/mt-slite: add LIBS and -nostdlib.
* config/slite-gdb.exp: add this new file to support sparclite target.
Diffstat (limited to 'gdb/testsuite/config/mt-slite')
-rw-r--r-- | gdb/testsuite/config/mt-slite | 5 |
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` |