* config/mt-slite: add -Dusestubs.
authorKung Hsu <kung@cygnus>
Wed, 22 Mar 1995 01:12:04 +0000 (01:12 +0000)
committerKung Hsu <kung@cygnus>
Wed, 22 Mar 1995 01:12:04 +0000 (01:12 +0000)
gdb/testsuite/config/mt-slite

index 0654d1855690ada55e3cc4548d1c2cf869b4d51f..4f5868864ff8b7116aee5980e9b34bcfc762a183 100644 (file)
@@ -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`
This page took 0.026204 seconds and 4 git commands to generate.