Changeset b361eabd in rtems
- Timestamp:
- 01/28/21 05:28:33 (19 months ago)
- Branches:
- master
- Children:
- fcbefb5
- Parents:
- e269e389
- Location:
- bsps
- Files:
-
- 85 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/arm/altera-cyclone-v/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/arm/atsam/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/arm/beagle/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/arm/csb336/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/arm/csb337/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/arm/edb7312/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/arm/gumstix/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/arm/imx/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/arm/lm3s69xx/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/arm/lpc176x/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/arm/lpc24xx/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/arm/lpc32xx/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/arm/raspberrypi/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/arm/realview-pbx-a9/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/arm/rtl22xx/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/arm/smdk2410/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/arm/stm32f4/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/arm/stm32h7/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/arm/tms570/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s } -
bsps/arm/xen/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/arm/xilinx-zynq/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/arm/xilinx-zynqmp/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/bfin/TLL6527M/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/bfin/bf537Stamp/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/bfin/eZKit533/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/i386/pc386/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/lm32/lm32_evr/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/lm32/milkymist/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/m68k/av5282/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/m68k/csb360/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/m68k/gen68340/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}10 -
bsps/m68k/gen68360/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/m68k/genmcf548x/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}10 -
bsps/m68k/mcf5206elite/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/m68k/mcf52235/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}10 -
bsps/m68k/mcf5225x/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}10 -
bsps/m68k/mcf5235/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}10 -
bsps/m68k/mcf5329/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/m68k/mrm332/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/m68k/mvme147/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}10 -
bsps/m68k/mvme147s/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}10 -
bsps/m68k/mvme162/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/m68k/mvme167/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/m68k/uC5282/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}10 -
bsps/mips/csb350/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/mips/hurricane/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/mips/jmr3904/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/mips/malta/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/mips/rbtx4925/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/mips/rbtx4938/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/moxie/moxiesim/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{!nostdlib: %{qrtems: crtend.o%s}} -
bsps/nios2/nios2_iss/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/no_cpu/no_bsp/start/bsp_specs
re269e389 rb361eabd 1 %rename lib old_lib2 3 *lib:4 %{!qrtems: %(old_lib)} \5 %{!nostdlib: %{qrtems: --start-group -lrtemsbsp -lrtemscpu -lc -lgcc --end-group \6 %{!qnolinkcmds: -T linkcmds%s}}}7 -
bsps/or1k/generic_or1k/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s} -
bsps/powerpc/beatnik/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s} -
bsps/powerpc/gen5200/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s} -
bsps/powerpc/gen83xx/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s -u __vectors}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s} -
bsps/powerpc/haleakala/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}10 -
bsps/powerpc/motorola_powerpc/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s} -
bsps/powerpc/mpc55xxevb/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s} -
bsps/powerpc/mpc8260ads/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s} -
bsps/powerpc/mvme3100/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s} -
bsps/powerpc/mvme5500/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s} -
bsps/powerpc/psim/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s} -
bsps/powerpc/qemuppc/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s} -
bsps/powerpc/qoriq/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s rtems_crtn.o%s ecrtn.o%s} -
bsps/powerpc/ss555/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s} -
bsps/powerpc/t32mppc/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 %rename link old_link4 5 *startfile:6 %{!qrtems: %(old_startfile)} \7 %{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}8 9 *endfile:10 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}11 -
bsps/powerpc/tqm8xx/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn%O%s} -
bsps/powerpc/virtex/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s} -
bsps/powerpc/virtex4/start/bsp_specs
re269e389 rb361eabd 1 %rename startfile old_startfile2 %rename endfile old_endfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} \10 %{qrtems: crtend.o%s ecrtn.o%s} -
bsps/powerpc/virtex5/start/bsp_specs
re269e389 rb361eabd 1 %rename startfile old_startfile2 %rename endfile old_endfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} \10 %{qrtems: crtend.o%s ecrtn.o%s} -
bsps/riscv/griscv/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/riscv/riscv/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/sh/gensh1/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/sh/gensh2/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/sh/gensh4/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/sh/shsim/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/sparc/erc32/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/sparc/leon2/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/sparc/leon3/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -
bsps/sparc64/niagara/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{!nostdlib: %{qrtems: crtend.o%s crtn.o%s}} -
bsps/sparc64/usiii/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{!nostdlib: %{qrtems: crtend.o%s crtn.o%s}} -
bsps/v850/gdbv850sim/start/bsp_specs
re269e389 rb361eabd 1 %rename startfile old_startfile2 3 *startfile:4 %{!qrtems: %(old_startfile)} \5 %{!nostdlib: %{qrtems: }} -
bsps/x86_64/amd64/start/bsp_specs
re269e389 rb361eabd 1 %rename endfile old_endfile2 %rename startfile old_startfile3 4 *startfile:5 %{!qrtems: %(old_startfile)} \6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}7 8 *endfile:9 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}
Note: See TracChangeset
for help on using the changeset viewer.