mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
gcc5: Fix misleading arch check
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user