* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[deliverable/binutils-gdb.git] / gdb / testsuite / config / mt-slite
index 4f1c5284f9efe5628e654c887b450d6417f0ee86..74e75a25c5c73cce4adfc18385707c0c6f1d50cc 100644 (file)
@@ -1 +1,8 @@
-LDFLAGS = -Tex93x.ld -nostartfiles -N
+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 -nostdlib -N; \
+  else \
+    echo -Tex93x.ld -nostartfiles -nostdlib -N; \
+  fi`
This page took 0.02533 seconds and 4 git commands to generate.