* config/mt-slite (LDFLAGS): If using the newlib in the tree, set
authorJ.T. Conklin <jtc@acorntoolworks.com>
Thu, 28 Jul 1994 23:00:42 +0000 (23:00 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Thu, 28 Jul 1994 23:00:42 +0000 (23:00 +0000)
  the -B and -L prefixes so we can find the debugging stub.

gdb/testsuite/ChangeLog
gdb/testsuite/config/mt-slite

index a5fcb65074505574829c96a54fd3e2d73dd37305..666ac5d6359ac802ee9660a460a12cf4e5bda5a6 100644 (file)
@@ -1,5 +1,8 @@
 Thu Jul 28 12:54:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
 
+       * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
+         the -B and -L prefixes so we can find the debugging stub.
+
        * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
          there and we are using the gcc from the tree.
 
index 4f1c5284f9efe5628e654c887b450d6417f0ee86..0654d1855690ada55e3cc4548d1c2cf869b4d51f 100644 (file)
@@ -1 +1,6 @@
-LDFLAGS = -Tex93x.ld -nostartfiles -N
+LDFLAGS = ` \
+  if [ -f $${rootme}/../../newlib/Makefile ]; then \
+    echo -L$${rootsrc}/../../newlib/stub/ex93x -L$${rootme}/../../newlib/stub/ex93x -Tex93x.ld -nostartfiles -N; \
+  else \
+    echo -Tex93x.ld -nostartfiles -N; \
+  fi`
This page took 0.031401 seconds and 4 git commands to generate.