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
8269755
..
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,8
+1,6
@@
-Index: linux-2.6.22.19/Makefile
-===================================================================
---- linux-2.6.22.19.orig/Makefile
-+++ linux-2.6.22.19/Makefile
-@@ -507,6 +507,9 @@ CFLAGS += $(call cc-option, -fn
+--- a/Makefile
++++ b/Makefile
+@@ -507,6 +507,9 @@
NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include)
CHECKFLAGS += $(NOSTDINC_FLAGS)
NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include)
CHECKFLAGS += $(NOSTDINC_FLAGS)
This page took
0.027481 seconds
and
4
git commands to generate.