]>
Commit | Line | Data |
---|---|---|
40ee1402 | 1 | LIBS = -lc -lg -lgcc |
0c4517b5 | 2 | CFLAGS = -g -Dusestubs |
af1fa5e7 C |
3 | LDFLAGS = ` \ |
4 | if [ -f $${rootme}/../../newlib/Makefile ]; then \ | |
40ee1402 | 5 | echo -L$${rootsrc}/../../libgloss/ex93x -L$${rootme}/../../libgloss/ex93x -Tex93x.ld -nostartfiles -nostdlib -N; \ |
af1fa5e7 | 6 | else \ |
40ee1402 | 7 | echo -Tex93x.ld -nostartfiles -nostdlib -N; \ |
af1fa5e7 | 8 | fi` |