summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-14 10:11:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-14 10:11:05 +0200
commit31a7ebfe6564e382e9e125dd714678bb91977de7 (patch)
tree2d576c6e9a294b2b6b2bd6d5fda2a73eda4799f4 /package
parent207c4a9d3760ffbd97e117a63a4bce4c0a6b7bd7 (diff)
remove Makefile.multilib reference
Diffstat (limited to 'package')
-rw-r--r--package/eglibc/Makefile1
-rw-r--r--package/glibc/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/package/eglibc/Makefile b/package/eglibc/Makefile
index 3261ba314..98c6b2de9 100644
--- a/package/eglibc/Makefile
+++ b/package/eglibc/Makefile
@@ -3,7 +3,6 @@
include $(TOPDIR)/rules.mk
include $(TOPDIR)/toolchain/eglibc/Makefile.inc
-include $(TOPDIR)/toolchain/eglibc/Makefile.multilib
PKG_DESCR:= embedded GNU C library
PKG_SECTION:= base
diff --git a/package/glibc/Makefile b/package/glibc/Makefile
index 7f0a1f8c7..a03a5c8bd 100644
--- a/package/glibc/Makefile
+++ b/package/glibc/Makefile
@@ -7,7 +7,6 @@ TARGET_CFLAGS:= $(filter-out -fstack-protector,$(TARGET_CFLAGS))
TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS))
include $(TOPDIR)/toolchain/glibc/Makefile.inc
-include $(TOPDIR)/toolchain/glibc/Makefile.multilib
PKG_DESCR:= GNU C library
PKG_SECTION:= base