Commit b217dc8b authored by Mike Frysinger's avatar Mike Frysinger
Browse files

add a patched target cause i'm lazy

parent a5af6a07
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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),)