libtwin: only use -flax-vector-conversions on powerpc

git-svn-id: svn://svn.openwrt.org/openwrt/packages@17490 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-09-03 00:02:30 +00:00
parent f38b96ee7a
commit b73c2dfb3c

View File

@ -35,7 +35,9 @@ endef
CONFIGURE_ARGS += --enable-shared --enable-static --disable-x11 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 define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include/libtwin $(INSTALL_DIR) $(1)/usr/include/libtwin