mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 07:33:17 +00:00
Sync %setup with gcc/gcc.add for consistency.
This commit is contained in:
@@ -38,7 +38,7 @@ Source0: ftp://ftp.gnu.org/pub/gnu/binutils/binutils-%{binutils_version}@binutil
|
|||||||
# This is binutils sources with patches for RTEMS.
|
# This is binutils sources with patches for RTEMS.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -c -n %{name}-%{version}
|
%setup -c -T -n %{name}-%{version} -a0
|
||||||
|
|
||||||
cd binutils-%{version}
|
cd binutils-%{version}
|
||||||
%{?PATCH0:%patch0 -p1}
|
%{?PATCH0:%patch0 -p1}
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ RTEMS is an open source operating system for embedded systems.
|
|||||||
This is the GNU gdb for RTEMS targetting %{gdb_version}.
|
This is the GNU gdb for RTEMS targetting %{gdb_version}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -c -n %{name}-%{version} -a 0
|
%setup -c -T -n %{name}-%{version} -a0
|
||||||
|
|
||||||
cd gdb-%{gdb_version}
|
cd gdb-%{gdb_version}
|
||||||
%{?PATCH0:%patch0 -p1}
|
%{?PATCH0:%patch0 -p1}
|
||||||
|
|||||||
Reference in New Issue
Block a user