source: rtems/contrib/crossrpms/cpukit/build.add @ 6cd53b2

4.9
Last change on this file since 6cd53b2 was 6cd53b2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/07/09 at 09:26:19

Sync with CVS-HEAD.

  • 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.