diff options
author | Romain Naour <romain.naour@openwide.fr> | 2015-12-19 19:14:41 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-20 13:46:57 +0100 |
commit | fa4214e21b50b791ec365c64897ac2676b45448a (patch) | |
tree | 4fc7cce07fc5ba0787a06bbf5215b1fdf999e9ee /package/pixman/pixman.mk | |
parent | eb713cfcfb00d9ef32d66361d81517c2de2f720a (diff) |
toolchain-external: CodeSourcery PowerPC: support only one version
See the conclusion about external toolchains during the Buildroot
meeting [1]:
"In the future, we stick to a single external toolchain version. The
Kconfig symbol should not encode the version (avoid legacy handling)"
[1] http://elinux.org/index.php?title=Buildroot:DeveloperDaysELCE2015#Report
Remove old CS toolchain handling in pixman and liquid-dsp.
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/pixman/pixman.mk')
-rw-r--r-- | package/pixman/pixman.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/pixman/pixman.mk b/package/pixman/pixman.mk index e1b7c2dc8..29b01eea1 100644 --- a/package/pixman/pixman.mk +++ b/package/pixman/pixman.mk @@ -32,10 +32,5 @@ ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII),y) PIXMAN_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -DPIXMAN_NO_TLS" endif -# Altivec detection isn't reliable for CS toolchains -ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103)$(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009),y) -PIXMAN_CONF_OPTS += --disable-vmx -endif - $(eval $(autotools-package)) $(eval $(host-autotools-package)) |