aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/config/mt-slite
blob: 4f5868864ff8b7116aee5980e9b34bcfc762a183 (plain)
1
2
3
4
5
6
7
CFLAGS = -g -Dusestubs
LDFLAGS = ` \
  if [ -f $${rootme}/../../newlib/Makefile ]; then \
    echo -L$${rootsrc}/../../libgloss/ex93x -L$${rootme}/../../libgloss/ex93x -Tex93x.ld -nostartfiles -N; \
  else \
    echo -Tex93x.ld -nostartfiles -N; \
  fi`