* config/mt-slite (LDFLAGS): If using the newlib in the tree, set
[deliverable/binutils-gdb.git] / gdb / testsuite / config / mt-slite
1 LDFLAGS = ` \
2 if [ -f $${rootme}/../../newlib/Makefile ]; then \
3 echo -L$${rootsrc}/../../newlib/stub/ex93x -L$${rootme}/../../newlib/stub/ex93x -Tex93x.ld -nostartfiles -N; \
4 else \
5 echo -Tex93x.ld -nostartfiles -N; \
6 fi`
This page took 0.033479 seconds and 5 git commands to generate.