mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
config: Update the NIOS2 configuration for the new %source command.
This commit is contained in:
parent
4a315d364a
commit
396db466ac
@ -64,15 +64,13 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
|
|||||||
|
|
||||||
# gcc
|
# gcc
|
||||||
source_dir_gcc="gcc-%{gcc_version}"
|
source_dir_gcc="gcc-%{gcc_version}"
|
||||||
%source setup gcc -q -c -n %{name}-%{version}
|
%source setup gcc -q -b -n gcc-%{gcc_version}
|
||||||
cd ${source_dir_gcc}
|
|
||||||
%patch setup gcc -p1
|
%patch setup gcc -p1
|
||||||
cd ${build_top}
|
cd ${build_top}
|
||||||
|
|
||||||
# newlib
|
# newlib
|
||||||
source_dir_newlib="newlib-%{newlib_version}"
|
source_dir_newlib="newlib-%{newlib_version}"
|
||||||
%source setup newlib -q -D -n %{name}-%{version}
|
%source setup newlib -q -b -n newlib-%{newlib_version}
|
||||||
cd ${source_dir_newlib}
|
|
||||||
%patch setup newlib -p1
|
%patch setup newlib -p1
|
||||||
cd ${build_top}
|
cd ${build_top}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user