old-cross-binutils/gdb/testsuite/config/mt-slite
Kung Hsu 40ee1402e0 * config/mt-slite: add LIBS and -nostdlib.
* config/slite-gdb.exp: add this new file to support sparclite target.
1995-03-23 02:38:39 +00:00

8 lines
295 B
Text

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`