summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-06-24 04:23:01 +0000
committerMike Frysinger <vapier@gentoo.org>2006-06-24 04:23:01 +0000
commitb217dc8b04b7dc847814142e78bd6d09b0346789 (patch)
tree659d9d83e734874c752740c9ccd41afac3a890a7 /toolchain
parenta5af6a07812dcbe1b0d0961f891348488981858b (diff)
downloadbuildroot-novena-b217dc8b04b7dc847814142e78bd6d09b0346789.tar.gz
buildroot-novena-b217dc8b04b7dc847814142e78bd6d09b0346789.zip
add a patched target cause i'm lazy
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/gcc-uclibc-3.x.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gcc/gcc-uclibc-3.x.mk b/toolchain/gcc/gcc-uclibc-3.x.mk
index 42532f6f9..b5ebfd0e3 100644
--- a/toolchain/gcc/gcc-uclibc-3.x.mk
+++ b/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),)