bzr: Mark the recipe as tested for x86_gcc2

Builds fine and seems to work so far for me.
This commit is contained in:
François Revol
2014-07-26 16:09:53 +02:00
parent 96d4df23c0
commit 3cabb3cfe2

View File

@@ -13,7 +13,7 @@ REVISION="1"
LICENSE="GNU GPL v2"
COPYRIGHT="2005-2013 Canonical"
ARCHITECTURES="?x86_gcc2 !x86 !x86_64"
ARCHITECTURES="x86_gcc2 !x86 !x86_64"
#if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# # x86_gcc2 is fine as primary target architecture as long as we're building
# # for a different secondary architecture.