projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
120edc2
)
* config/mt-slite: add -Dusestubs.
author
Kung Hsu
<kung@cygnus>
Wed, 22 Mar 1995 01:12:04 +0000
(
01:12
+0000)
committer
Kung Hsu
<kung@cygnus>
Wed, 22 Mar 1995 01:12:04 +0000
(
01:12
+0000)
gdb/testsuite/config/mt-slite
patch
|
blob
|
history
diff --git
a/gdb/testsuite/config/mt-slite
b/gdb/testsuite/config/mt-slite
index 0654d1855690ada55e3cc4548d1c2cf869b4d51f..4f5868864ff8b7116aee5980e9b34bcfc762a183 100644
(file)
--- 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`