浏览代码

Apply compressed patches as well

Eric Andersen 21 年之前
父节点
当前提交
e775253e3a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      toolchain/gcc/gcc-uclibc-2.95.mk

+ 1 - 1
toolchain/gcc/gcc-uclibc-2.95.mk

@@ -62,7 +62,7 @@ $(GCC_DIR)/.unpacked: $(DL_DIR)/$(GCC_SOURCE)
 
 $(GCC_DIR)/.patched: $(GCC_DIR)/.unpacked
 	# Apply any files named gcc-*.patch from the source directory to gcc
-	toolchain/patch-kernel.sh $(GCC_DIR) toolchain/gcc/$(GCC_VERSION) \*.patch
+	toolchain/patch-kernel.sh $(GCC_DIR) toolchain/gcc/$(GCC_VERSION) \*.patch\*
 	#
 	# We do not wish to build the libstdc++ library provided with gcc,
 	# since it doesn't seem to work at all with uClibc plus gcc 2.95...