summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-03-21 06:49:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-03-21 06:49:26 +0000
commit4b747a216fb794ae50463a5f3afd4c5427f8bd4b (patch)
tree8a88be738fd102d168df7826cf029cfbc8c893cc /contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec
parentGCC_RPMREL = 2. (diff)
downloadrtems-4b747a216fb794ae50463a5f3afd4c5427f8bd4b.tar.bz2
Regenerate.
Diffstat (limited to 'contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec')
-rw-r--r--contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec b/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec
index a8a30a43e5..c4a50941a4 100644
--- a/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec
+++ b/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec
@@ -291,10 +291,14 @@ Cross gcc for h8300-rtems4.11.
%setup -c -T -n %{name}-%{version}
%setup -q -T -D -n %{name}-%{version} -a0
-%{?PATCH0:%patch0 -p0}
+cd gcc-%{gcc_pkgvers}
+%{?PATCH0:%patch0 -p1}
+cd ..
%setup -q -T -D -n %{name}-%{version} -a1
-%{?PATCH1:%patch1 -p0}
+cd gcc-%{gcc_pkgvers}
+%{?PATCH1:%patch1 -p1}
+cd ..