mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-02 04:56:42 +08:00
9 lines
149 B
Plaintext
9 lines
149 B
Plaintext
%prep
|
|
%setup -q -c -T -n %{name}-%{version}
|
|
|
|
%setup -q -D -T -n %{name}-%{version} -a0
|
|
cd binutils-%{binutils_version}
|
|
%{?PATCH0:%patch0 -p1}
|
|
cd ..
|
|
|