mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
config: NTP build fails with too many jobs.
Do not use any jobs to build NTP.
This commit is contained in:
parent
912596d5fd
commit
72aab85bc6
@ -48,7 +48,9 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
|
||||
--disable-ipv6 \
|
||||
--disable-HOPFPCI
|
||||
|
||||
%{__make} %{?_smp_mflags} all
|
||||
# NTP does not build on sync.rtems.org with jobs
|
||||
# %{__make} %{?_smp_mflags} all
|
||||
%{__make} all
|
||||
|
||||
cd ${build_top}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user