diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-02 11:53:35 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-02 11:53:43 -0600 |
commit | e8583149d4dd16b7cedc135d63a46138dffcef85 (patch) | |
tree | ea34b1f21efff5616f1b835082791fbf148b00ae /package/busybox | |
parent | 9b3955a7c5ede524c6f06e57e1f98be2d7e28490 (diff) |
update elf2flt, so that arm-nommu binaries are linkable.
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 0ea1073f1..088a29397 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -28,7 +28,8 @@ BB_MAKE_FLAGS:= V=1 \ IPKG_ARCH="${ADK_TARGET_CPU_ARCH}" \ HOSTCC="${CC_FOR_BUILD}" \ HOSTCFLAGS="$(CFLAGS_FOR_BUILD)" \ - CROSS_COMPILE="$(TARGET_CROSS)" + CROSS_COMPILE="$(TARGET_CROSS)" \ + SKIP_STRIP=y do-configure: # get all symbols from top level config |