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.
%prep
%setup -c -n %{name}-%{version}
%setup -c -T -n %{name}-%{version} -a0
cd binutils-%{version}
%{?PATCH0:%patch0 -p1}