mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-14 14:29:10 +00:00
9 lines
295 B
Plaintext
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`
|