af1fa5e7ca
the -B and -L prefixes so we can find the debugging stub.
6 lines
237 B
Text
6 lines
237 B
Text
LDFLAGS = ` \
|
|
if [ -f $${rootme}/../../newlib/Makefile ]; then \
|
|
echo -L$${rootsrc}/../../newlib/stub/ex93x -L$${rootme}/../../newlib/stub/ex93x -Tex93x.ld -nostartfiles -N; \
|
|
else \
|
|
echo -Tex93x.ld -nostartfiles -N; \
|
|
fi`
|