From 5ad95ea20e615df5439efe69fd9c6d8205e2b9fe Mon Sep 17 00:00:00 2001 From: hcg Date: Sun, 18 Jan 2009 08:12:04 +0000 Subject: [PATCH] Added -flax-vector-conversions compiler option git-svn-id: svn://svn.openwrt.org/openwrt/packages@14084 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libtwin/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/libtwin/Makefile b/libs/libtwin/Makefile index ef61e3331..aa63331d5 100644 --- a/libs/libtwin/Makefile +++ b/libs/libtwin/Makefile @@ -27,6 +27,8 @@ define Package/libtwin URL:= endef +TARGET_CFLAGS += -flax-vector-conversions + define Build/Configure $(call Build/Configure/Default, \ --enable-shared \