diff --git a/toolchain/glibc/common.mk b/toolchain/glibc/common.mk
index 12666ac6ff018f4f2f48790894df5f5aeb54117c..26e2376bfcc6d75dc4ccf98aaa46c5a14b97997f 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
similarity index 100%
rename from toolchain/glibc/patches/2.24/100-fix_cross_rpcgen.patch
rename to 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
similarity index 100%
rename from toolchain/glibc/patches/2.24/200-add-dl-search-paths.patch
rename to toolchain/glibc/patches/200-add-dl-search-paths.patch