Rules.mak: Fix setting arch native bit
commit7e509aae23665b9a79f6c9b4c24d1d8a55bd3582
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 24 Jul 2013 15:30:35 +0000 (24 12:30 -0300)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 26 Jul 2013 07:25:33 +0000 (26 09:25 +0200)
treece9a45b8ac8636f2fdfe4410fe631b4295e7559d
parent8a3747a9d8d5ce2c6130a742319257d0f8b82d8f
Rules.mak: Fix setting arch native bit

fix breakage from 603af30d

Removing the whitespace from findstring for 64 bit architectures has
bad consequences since powerpc would be a match in powerpc64 and sparc
would also be a match in sparc64.
That doesn't make them 64 bits in reality causing general breakage.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Rules.mak