projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba7aa86
)
Apply compressed patches as well
author
Eric Andersen
<andersen@codepoet.org>
Mon, 18 Oct 2004 21:51:44 +0000
(21:51 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Mon, 18 Oct 2004 21:51:44 +0000
(21:51 -0000)
toolchain/gcc/gcc-uclibc-2.95.mk
patch
|
blob
|
history
diff --git
a/toolchain/gcc/gcc-uclibc-2.95.mk
b/toolchain/gcc/gcc-uclibc-2.95.mk
index dec94f447efa070de6250a85272607ccbb8ed351..fa6e0869ff8a90117e5e9541868a033335b4f175 100644
(file)
--- 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...