Sync %setup with gcc/gcc.add for consistency.

This commit is contained in:
Ralf Corsepius
2005-04-12 07:42:25 +00:00
parent cf34203709
commit f50f0cdd5b
2 changed files with 2 additions and 2 deletions

View File

@@ -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}

View File

@@ -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}