From 9d1920fc5ef1eb9a0005413f20b2d22212451dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 1 Dec 2016 12:08:06 +0100 Subject: [PATCH] gcc49: disable as we only support version 5. --- sys-devel/gcc/gcc49-4.9.3_2015_07_31.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/gcc/gcc49-4.9.3_2015_07_31.recipe b/sys-devel/gcc/gcc49-4.9.3_2015_07_31.recipe index 88dca1ff1..c5122af7f 100644 --- a/sys-devel/gcc/gcc49-4.9.3_2015_07_31.recipe +++ b/sys-devel/gcc/gcc49-4.9.3_2015_07_31.recipe @@ -15,7 +15,7 @@ COPYRIGHT="1988-2015 Free Software Foundation, Inc." PATCHES="gcc49-4.9.3_2015_07_31.patchset" -ARCHITECTURES="!x86_gcc2 !x86 x86_64 arm" +ARCHITECTURES="!x86_gcc2 !x86 ?x86_64 ?arm" SECONDARY_ARCHITECTURES="!x86" libstdcxxSoVersion="6"