4.104.114.84.9
Last change
on this file since 71c4d68 was
71c4d68,
checked in by Ralf Corsepius <ralf.corsepius@…>, on Apr 12, 2007 at 3:22:58 AM
|
2007-04-12 Ralf Corsépius <ralf.corsepius@…>
- bsp_specs: Remove qrtems_debug.
|
-
Property mode set to
100644
|
File size:
540 bytes
|
Line | |
---|
1 | %rename lib old_lib |
---|
2 | %rename endfile old_endfile |
---|
3 | %rename startfile old_startfile |
---|
4 | %rename link old_link |
---|
5 | |
---|
6 | *lib: |
---|
7 | %{!qrtems: %(old_lib)} \ |
---|
8 | %{!nostdlib: %{qrtems: --start-group -lrtemsbsp -lrtemscpu \ |
---|
9 | %{qjava: -lffi -lgcjgc -lzgcj -lgcj} %{qc++: -lstdc++} -lc -lgcc --end-group \ |
---|
10 | %{!qnolinkcmds: -T linkcmds%s}}} |
---|
11 | |
---|
12 | *startfile: |
---|
13 | %{!qrtems: %(old_startfile)} \ |
---|
14 | %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}} |
---|
15 | |
---|
16 | *link: |
---|
17 | %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start} |
---|
18 | |
---|
19 | *endfile: |
---|
20 | %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} |
---|
Note: See
TracBrowser
for help on using the repository browser.