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:
parent
f00d4f0b3e
commit
bf5ac43142
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user