diff options
| author | Hamish Guthrie | 2009-01-18 08:12:04 +0000 |
|---|---|---|
| committer | Hamish Guthrie | 2009-01-18 08:12:04 +0000 |
| commit | 983e41ff0f483b92c7ba0bb1b8007cb82e69e12f (patch) | |
| tree | 7e6921da7953463ee09496723a9dff932daf88cf | |
| parent | 5e3996e4d8795348d20521056f5661893c97a3f1 (diff) | |
| download | archive-983e41ff0f483b92c7ba0bb1b8007cb82e69e12f.tar.gz | |
Added -flax-vector-conversions compiler option
SVN-Revision: 14084
| -rw-r--r-- | libs/libtwin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/libtwin/Makefile b/libs/libtwin/Makefile index ef61e33319..aa63331d5f 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 \ |