OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [m68k/] [efi332/] [bsp_specs] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
%rename cpp old_cpp
2
%rename lib old_lib
3
%rename endfile old_endfile
4
%rename startfile old_startfile
5
%rename link old_link
6
 
7
*cpp:
8
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
9
 
10
*lib:
11
%{!qrtems: %(old_lib)} %{qrtems: --start-group \
12
%{!qrtems_debug: -lrtemsall} %{qrtems_debug: -lrtemsall_g} \
13
-lc -lgcc --end-group \
14
%{!qnolinkcmds: -T linkcmds%s}}
15
 
16
*startfile:
17
%{!qrtems: %(old_startfile)} %{qrtems: \
18
%{!qrtems_debug: start.o%s} \
19
%{qrtems_debug: start_g.o%s} \
20
crti.o%s crtbegin.o%s}
21
 
22
*link:
23
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start}
24
 
25
*endfile:
26
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}
27
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.