From e936c589ca9d5d2b8525d4c509726838cf30a2c4 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 3 Sep 2009 00:02:30 +0000 Subject: [PATCH] libtwin: only use -flax-vector-conversions on powerpc SVN-Revision: 17490 --- libs/libtwin/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libs/libtwin/Makefile b/libs/libtwin/Makefile index d58dfdbb47..3d09aab10f 100644 --- a/libs/libtwin/Makefile +++ b/libs/libtwin/Makefile @@ -35,7 +35,9 @@ endef CONFIGURE_ARGS += --enable-shared --enable-static --disable-x11 -EXTRA_CFLAGS += -flax-vector-conversions +ifdef CONFIG_powerpc + EXTRA_CFLAGS += -flax-vector-conversions +endif define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include/libtwin -- 2.30.2