build: Make use of the new --enable-embedded option on libosmocore

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2011-09-02 22:24:56 +02:00
parent 176f72a2ed
commit 8241fe4818
1 changed files with 1 additions and 2 deletions

View File

@ -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"