From bf5ac4314255240c4f31fbc3c2390322f73c72bc Mon Sep 17 00:00:00 2001 From: Julien BERAUD Date: Mon, 9 Nov 2015 19:50:03 +0100 Subject: [PATCH] mk: build the bebop statically The toolchains aren't compatible and the size of the binary doesn't get too big with the static flag so it avoids creating a chroot. --- mk/targets.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/mk/targets.mk b/mk/targets.mk index 4562a48878..cca3eaf4ba 100644 --- a/mk/targets.mk +++ b/mk/targets.mk @@ -38,6 +38,7 @@ pxf: all bebop: HAL_BOARD = HAL_BOARD_LINUX bebop: TOOLCHAIN = BBONE +bebop: LDFLAGS += "-static" bebop: all minlure: HAL_BOARD = HAL_BOARD_LINUX