Files
binutils-gdb/gdb/testsuite/config/mt-slite
1999-04-16 01:35:26 +00:00

9 lines
295 B
Plaintext

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`