summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2011-09-02 22:24:56 +0200
committerSylvain Munaut <tnt@246tNt.com>2011-09-02 22:25:18 +0200
commit8241fe4818ab9f1dc57b095bc056a821793a78ec (patch)
treeb08eba59f0567d3d136ac9ef72ff2b78bfb6f763 /src/Makefile
parent176f72a2edad961773a832f5499c16cc8b318441 (diff)
build: Make use of the new --enable-embedded option on libosmocore
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index de1435d8..cda880f1 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -44,8 +44,7 @@ shared/libosmocore/build-target:
shared/libosmocore/build-target/Makefile: shared/libosmocore/configure shared/libosmocore/build-target
cd shared/libosmocore/build-target && ../configure \
- --host=$(CROSS_HOST) --disable-vty --enable-panic-infloop \
- --disable-shared --disable-talloc \
+ --host=$(CROSS_HOST) --enable-embedded --disable-shared \
--disable-tests ac_cv_header_sys_select_h=no \
--disable-tests ac_cv_header_sys_socket_h=no \
CFLAGS="-Os -ffunction-sections -I$(TOPDIR)/target/firmware/include -nostartfiles -nodefaultlibs"