projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Upstream fix for syscall() not setting errno on errors on MIPS
[openwrt.git]
/
toolchain
/
uClibc
/
patches
/
910-gcc_4_3_include_fixed.patch
diff --git
a/toolchain/uClibc/patches/910-gcc_4_3_include_fixed.patch
b/toolchain/uClibc/patches/910-gcc_4_3_include_fixed.patch
index
3d64944
..
fd80c21
100644
(file)
--- a/
toolchain/uClibc/patches/910-gcc_4_3_include_fixed.patch
+++ b/
toolchain/uClibc/patches/910-gcc_4_3_include_fixed.patch
@@
-1,7
+1,6
@@
-diff -ruN uClibc-0.9.29-old/Rules.mak uClibc-0.9.29-new/Rules.mak
---- uClibc-0.9.29-old/Rules.mak 2009-01-17 16:18:36.662982000 +0100
-+++ uClibc-0.9.29-new/Rules.mak 2009-01-17 19:14:02.473165330 +0100
-@@ -498,7 +498,8 @@
+--- a/Rules.mak
++++ b/Rules.mak
+@@ -498,7 +498,8 @@ CFLAGS += -I$(KERNEL_HEADERS)
# Sigh, some stupid versions of gcc can't seem to cope with '-iwithprefix include'
#CFLAGS+=-iwithprefix include
# Sigh, some stupid versions of gcc can't seem to cope with '-iwithprefix include'
#CFLAGS+=-iwithprefix include
This page took
0.02359 seconds
and
4
git commands to generate.