Browse Source

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.
master
Julien BERAUD 9 years ago committed by Andrew Tridgell
parent
commit
bf5ac43142
  1. 1
      mk/targets.mk

1
mk/targets.mk

@ -38,6 +38,7 @@ pxf: all @@ -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…
Cancel
Save