mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
* config/mt-slite: add -Dusestubs.
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
CFLAGS = -g -Dusestubs
|
||||
LDFLAGS = ` \
|
||||
if [ -f $${rootme}/../../newlib/Makefile ]; then \
|
||||
echo -L$${rootsrc}/../../newlib/stub/ex93x -L$${rootme}/../../newlib/stub/ex93x -Tex93x.ld -nostartfiles -N; \
|
||||
echo -L$${rootsrc}/../../libgloss/ex93x -L$${rootme}/../../libgloss/ex93x -Tex93x.ld -nostartfiles -N; \
|
||||
else \
|
||||
echo -Tex93x.ld -nostartfiles -N; \
|
||||
fi`
|
||||
|
Reference in New Issue
Block a user