From 887af7d97cc7d890c318ca1919e5383fcd40b66e Mon Sep 17 00:00:00 2001 From: gus knight Date: Mon, 3 Aug 2015 13:16:17 -0400 Subject: [PATCH] gcc5: Fix misleading arch check --- sys-devel/gcc/gcc5-5.2.0_2015_07_27.recipe | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-devel/gcc/gcc5-5.2.0_2015_07_27.recipe b/sys-devel/gcc/gcc5-5.2.0_2015_07_27.recipe index c1faabd49..feaa6e808 100644 --- a/sys-devel/gcc/gcc5-5.2.0_2015_07_27.recipe +++ b/sys-devel/gcc/gcc5-5.2.0_2015_07_27.recipe @@ -16,11 +16,11 @@ COPYRIGHT="1988-2015 Free Software Foundation, Inc." PATCHES="gcc5-5.2.0_2015_07_27.patchset" ARCHITECTURES="!x86 x86_64 arm" -if [ $effectiveTargetArchitecture != x86_gcc2 ]; then - # x86_gcc2 is fine as primary target architecture as long as we're building - # for a different secondary architecture. - ARCHITECTURES="$ARCHITECTURES x86_gcc2" -fi +#if [ $effectiveTargetArchitecture != x86_gcc2 ]; then +# # x86_gcc2 is fine as primary target architecture as long as we're building +# # for a different secondary architecture. +# ARCHITECTURES="$ARCHITECTURES x86_gcc2" +#fi SECONDARY_ARCHITECTURES="!x86" libstdcxxSoVersion="6"