40ee1402e0
* config/slite-gdb.exp: add this new file to support sparclite target.
8 lines
295 B
Text
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`
|