gcc6: Also fix misleading arch check.

This commit is contained in:
gus knight
2015-08-03 13:16:40 -04:00
parent 887af7d97c
commit ae6dad0eff

View File

@@ -16,11 +16,11 @@ COPYRIGHT="1988-2015 Free Software Foundation, Inc."
PATCHES="gcc6-6.0.0_2015_07_17.patchset" PATCHES="gcc6-6.0.0_2015_07_17.patchset"
ARCHITECTURES="!x86 x86_64 arm" ARCHITECTURES="!x86 x86_64 arm"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then #if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building # # x86_gcc2 is fine as primary target architecture as long as we're building
# for a different secondary architecture. # # for a different secondary architecture.
ARCHITECTURES="$ARCHITECTURES x86_gcc2" # ARCHITECTURES="$ARCHITECTURES x86_gcc2"
fi #fi
SECONDARY_ARCHITECTURES="!x86" SECONDARY_ARCHITECTURES="!x86"
libstdcxxSoVersion="6" libstdcxxSoVersion="6"