From 7c8ac8797cc867aaa8e3aa4247ad78fb63006320 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 3 Apr 2011 06:30:56 +0000 Subject: Add support for gcc-go tarballs. --- contrib/crossrpms/gcc/prep.add | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'contrib') diff --git a/contrib/crossrpms/gcc/prep.add b/contrib/crossrpms/gcc/prep.add index 2aa7a7756e..aab6e6dc7b 100644 --- a/contrib/crossrpms/gcc/prep.add +++ b/contrib/crossrpms/gcc/prep.add @@ -33,6 +33,11 @@ cd .. %{?PATCH5:%patch5 -p0} %endif +%if %build_go +%setup -q -T -D -n %{name}-%{version} -a6 +%{?PATCH6:%patch6 -p0} +%endif + %if %{with gcc_stdint} sed -i -e '/thread_file=.*rtems/,/use_gcc_stdint=wrap/ { s/use_gcc_stdint=wrap/use_gcc_stdint=provide/}' gcc-%{gcc_pkgvers}/gcc/config.gcc %endif -- cgit v1.2.3