Skip to content
Snippets Groups Projects
Commit 00e0a7d6 authored by Nikos Mavrogiannopoulos's avatar Nikos Mavrogiannopoulos Committed by Jo-Philipp Wich
Browse files

nettle: enable fat build


This allows to include optimizations such as ARM neon which
are detected on run-time.

Signed-off-by: default avatarNikos Mavrogiannopoulos <nmav@gnutls.org>
[Jo-Philipp Wich: picked from openwrt#191 and rebased onto LEDE master]
Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
parent 0fe34d27
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,7 @@ TARGET_CFLAGS += $(FPIC) ...@@ -40,6 +40,7 @@ TARGET_CFLAGS += $(FPIC)
CONFIGURE_ARGS += \ CONFIGURE_ARGS += \
--enable-shared \ --enable-shared \
--enable-fat \
--disable-openssl \ --disable-openssl \
--disable-documentation \ --disable-documentation \
--enable-static --enable-static
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment