diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-10-18 21:51:44 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-10-18 21:51:44 +0000 |
commit | e775253e3a18cb58d396dfd74ef2c6a3164363d1 (patch) | |
tree | 317ca9a74ed577a7d612841c586e3bde93a6551a /toolchain | |
parent | ba7aa868b8938944a5abd82f0a95863781a10611 (diff) |
Apply compressed patches as well
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gcc/gcc-uclibc-2.95.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/gcc-uclibc-2.95.mk b/toolchain/gcc/gcc-uclibc-2.95.mk index dec94f447..fa6e0869f 100644 --- a/toolchain/gcc/gcc-uclibc-2.95.mk +++ b/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... |