mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
Remove the hard coded disabling of altivec and vsx, and instead use the BR2_POWERPC_CPU_HAS_VSX and BR2_POWERPC_CPU_HAS_ALTIVEC variables to control the flags. Signed-off-by: Joel Stanley <joel@jms.id.au> [Arnout: rewrite with $(if ...) and --enable] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>