[build scripts] Make sure libosmocore for the target uses --disable-vty

The vty code cannot be cross-compiled to the target yet, we need to
disable building it.
This commit is contained in:
Harald Welte 2010-06-25 03:01:57 +02:00
parent 9dfbfe9072
commit eec93af7d1
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ shared/libosmocore/build-target:
shared/libosmocore/build-target/Makefile: shared/libosmocore/configure shared/libosmocore/build-target
cd shared/libosmocore/build-target && ../configure \
--host=arm-elf-linux --disable-shared --disable-talloc --disable-tests \
--host=arm-elf-linux --disable-vty \
--disable-shared --disable-talloc --disable-tests \
CC="$(CROSS_TOOL_PREFIX)gcc" CFLAGS="-Os -ffunction-sections -I../../../../target/firmware/include"
shared/libosmocore/build-target/src/.libs/libosmocore.a: shared/libosmocore/build-target/Makefile