Last change
on this file since 546 was
444,
checked in by satin@…, 6 years ago
|
add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc
|
File size:
283 bytes
|
Line | |
---|
1 | %rename link old_link |
---|
2 | %rename lib libc |
---|
3 | |
---|
4 | *link: |
---|
5 | %(old_link) -defsym _TEXT_START_ADDR=0x10000 -z max-page-size=4096 -z common-page-size=4096 --no-omagic |
---|
6 | |
---|
7 | *libgloss: |
---|
8 | -lgloss-linux |
---|
9 | |
---|
10 | *lib: |
---|
11 | -start-group -lgloss-linux -lxil-linux -lc -lm -end-group |
---|
12 | |
---|
13 | *startfile: |
---|
14 | linux-crt0%O%s crtbegin%O%s |
---|
Note: See
TracBrowser
for help on using the repository browser.