source: rtems/contrib/crossrpms/cpukit/build.add @ c84b47f

4.104.115
Last change on this file since c84b47f was c84b47f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/06/09 at 23:05:02

Rework.

  • Property mode set to 100644
File size: 280 bytes
Line 
1%build
2%if "%{_prefix}" != "/usr"
3  export PATH="%{_bindir}:${PATH}"
4%endif
5  mkdir -p build
6
7  cd build
8  ../rtems-%{cpukit_version}/configure \
9    --prefix=%{_prefix} \
10    --target=@tool_target@ \
11    --enable-multilib \
12    --disable-rtemsbsp
13
14  make all RTEMS_BSP=
15  cd ..
16
Note: See TracBrowser for help on using the repository browser.