source: rtems/contrib/crossrpms/gdb/build.add @ ae8600f

4.8
Last change on this file since ae8600f was ae8600f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/16/07 at 12:18:51

Add %{?_smp_mflags}.

  • Property mode set to 100644
File size: 659 bytes
Line 
1%build
2  mkdir -p build
3  cd build
4  CFLAGS="$RPM_OPT_FLAGS" \
5  ../gdb-%{gdb_version}/configure \
6    --build=%_build --host=%_host \
7    --target=@tool_target@ \
8    --verbose --disable-nls \
9    --without-included-gettext \
10    --disable-win32-registry \
11    --disable-werror \
12    --enable-sim \
13%if "%{gdb_version}" >= "6.6"
14    --with-system-readline \
15    --with-expat \
16%endif
17    --with-sysroot=%{_prefix}/@tool_target@/sys-root \
18    --prefix=%{_prefix} --bindir=%{_bindir} \
19    --includedir=%{_includedir} --libdir=%{_libdir} \
20    --mandir=%{_mandir} --infodir=%{_infodir}
21
22  make %{?_smp_mflags} all
23%if %build_infos
24  make info
25%endif
26  cd ..
27
Note: See TracBrowser for help on using the repository browser.