projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.22
/
004-extra_optimization.patch
diff --git
a/target/linux/generic-2.6/patches-2.6.22/004-extra_optimization.patch
b/target/linux/generic-2.6/patches-2.6.22/004-extra_optimization.patch
index
57bea7e
..
5e70e1b
100644
(file)
--- a/
target/linux/generic-2.6/patches-2.6.22/004-extra_optimization.patch
+++ b/
target/linux/generic-2.6/patches-2.6.22/004-extra_optimization.patch
@@
-1,6
+1,5
@@
-diff -urN linux-2.6.21.1.old/Makefile linux-2.6.21.1.dev/Makefile
---- linux-2.6.21.1.old/Makefile 2007-04-27 23:49:26.000000000 +0200
-+++ linux-2.6.21.1.dev/Makefile 2007-05-26 19:14:22.967804016 +0200
+--- a/Makefile
++++ b/Makefile
@@ -507,6 +507,9 @@
NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include)
CHECKFLAGS += $(NOSTDINC_FLAGS)
@@ -507,6 +507,9 @@
NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include)
CHECKFLAGS += $(NOSTDINC_FLAGS)
This page took
0.021192 seconds
and
4
git commands to generate.