summaryrefslogtreecommitdiff
path: root/package/busybox/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-26 08:08:03 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-26 08:08:31 +0200
commit6df678cf483fd861ee4147f6ef2fa61cec86907e (patch)
tree8499bcb87f637604fdb77b536251283d1d72b157 /package/busybox/Makefile
parent03ddadfada6c9ac5b475c395bc4bb03537a2653e (diff)
disable lto, doesn't compile
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r--package/busybox/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 4ba9c5f81..520d5f546 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -19,6 +19,9 @@ include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,BUSYBOX,busybox,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+# disable lto
+TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS))
+
CONFIG_STYLE:= manual
BUILD_STYLE:= manual
INSTALL_STYLE:= manual