gcc5: enable x86.

This commit is contained in:
Jerome Duval
2015-12-17 17:54:09 +00:00
parent 7956d1c5e9
commit f20a768532

View File

@@ -14,8 +14,8 @@ COPYRIGHT="1988-2015 Free Software Foundation, Inc."
PATCHES="gcc5-5.3.0_2015_07_27.patchset"
ARCHITECTURES="!x86_gcc2 !x86 x86_64 arm"
SECONDARY_ARCHITECTURES="!x86"
ARCHITECTURES="!x86_gcc2 x86 x86_64 arm"
SECONDARY_ARCHITECTURES="x86"
libstdcxxSoVersion="6"
libstdcxxLibVersion="6.0.21"