summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-06-25 03:01:57 +0200
committerHarald Welte <laforge@gnumonks.org>2010-06-25 03:01:57 +0200
commiteec93af7d172ea240471e8b4e325c1e861c292a0 (patch)
treec9850ed4f5546bac8ed57c95c1884671a59bddc3 /src/Makefile
parent9dfbfe907213ce1042dcbc0b77bfbf804452ccf2 (diff)
[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.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 8e245dd9..e9cdb6ca 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -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