diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-02-11 13:03:07 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-11 20:34:26 +0100 |
commit | f4d9d7a26b40db14c5d6a87f19df55dfb9000170 (patch) | |
tree | a22afe8be4db566ea2db5fc34e49c5209b8a18ff /toolchain/glibc | |
parent | 657418db68fe2be89bdba2a147a08168d7a760ba (diff) | |
download | upstream-f4d9d7a26b40db14c5d6a87f19df55dfb9000170.tar.gz upstream-f4d9d7a26b40db14c5d6a87f19df55dfb9000170.tar.bz2 upstream-f4d9d7a26b40db14c5d6a87f19df55dfb9000170.zip |
glibc: use default PATCH_DIR
Version configuration is gone, so version specific patch directories are
not necessary either.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'toolchain/glibc')
-rw-r--r-- | toolchain/glibc/common.mk | 2 | ||||
-rw-r--r-- | toolchain/glibc/patches/100-fix_cross_rpcgen.patch (renamed from toolchain/glibc/patches/2.24/100-fix_cross_rpcgen.patch) | 0 | ||||
-rw-r--r-- | toolchain/glibc/patches/200-add-dl-search-paths.patch (renamed from toolchain/glibc/patches/2.24/200-add-dl-search-paths.patch) | 0 |
3 files changed, 0 insertions, 2 deletions
diff --git a/toolchain/glibc/common.mk b/toolchain/glibc/common.mk index 12666ac6ff..26e2376bfc 100644 --- a/toolchain/glibc/common.mk +++ b/toolchain/glibc/common.mk @@ -19,8 +19,6 @@ PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.bz2 GLIBC_PATH:= -PATCH_DIR:=$(PATH_PREFIX)/patches/$(PKG_VERSION) - HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(PKG_SOURCE_SUBDIR) CUR_BUILD_DIR:=$(HOST_BUILD_DIR)-$(VARIANT) diff --git a/toolchain/glibc/patches/2.24/100-fix_cross_rpcgen.patch b/toolchain/glibc/patches/100-fix_cross_rpcgen.patch index 6a5e537b77..6a5e537b77 100644 --- a/toolchain/glibc/patches/2.24/100-fix_cross_rpcgen.patch +++ b/toolchain/glibc/patches/100-fix_cross_rpcgen.patch diff --git a/toolchain/glibc/patches/2.24/200-add-dl-search-paths.patch b/toolchain/glibc/patches/200-add-dl-search-paths.patch index d65a0bcdd0..d65a0bcdd0 100644 --- a/toolchain/glibc/patches/2.24/200-add-dl-search-paths.patch +++ b/toolchain/glibc/patches/200-add-dl-search-paths.patch |