mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Allow external Newlib sources
This commit is contained in:
parent
25f4db09c8
commit
100ddee925
@ -66,8 +66,8 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
|
||||
cd ${build_top}
|
||||
|
||||
# newlib
|
||||
source_dir_newlib="newlib-%{newlib_version}"
|
||||
%source setup newlib -q -D -n newlib-%{newlib_version}
|
||||
source_dir_newlib=%{?newlib_external:%{newlib_expand_name}}%{!?newlib_external:"newlib-%{newlib_version}"}
|
||||
%source setup newlib -q -D -n ${source_dir_newlib}
|
||||
%patch setup newlib -p1
|
||||
cd ${build_top}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user