浏览代码

add a patched target cause i'm lazy

Mike Frysinger 19 年之前
父节点
当前提交
b217dc8b04
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      toolchain/gcc/gcc-uclibc-3.x.mk

+ 1 - 0
toolchain/gcc/gcc-uclibc-3.x.mk

@@ -73,6 +73,7 @@ $(GCC_DIR)/.unpacked: $(DL_DIR)/$(GCC_SOURCE)
 	$(CONFIG_UPDATE) $(GCC_DIR)
 	touch $(GCC_DIR)/.unpacked
 
+gcc-patched: $(GCC_DIR)/.patched
 $(GCC_DIR)/.patched: $(GCC_DIR)/.unpacked
 	# Apply any files named gcc-*.patch from the source directory to gcc
 ifeq ($(GCC_SNAP_DATE),)