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.
This commit is contained in:
Julien BERAUD 2015-11-09 19:50:03 +01:00 committed by Andrew Tridgell
parent f00d4f0b3e
commit bf5ac43142

View File

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