projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[cobalt] optimize binaries for the rm5200 cpu present on cobalt, do not use the mips3...
[openwrt.git]
/
target
/
linux
/
cobalt
/
Makefile
diff --git
a/target/linux/cobalt/Makefile
b/target/linux/cobalt/Makefile
index
0569e9a
..
10dcf45
100644
(file)
--- a/
target/linux/cobalt/Makefile
+++ b/
target/linux/cobalt/Makefile
@@
-10,8
+10,9
@@
ARCH:=mipsel
BOARD:=cobalt
BOARDNAME:=Cobalt Microservers
FEATURES:=tgz pci ext2
+CFLAGS:=-O2 -pipe -mtune=r5000 -funit-at-a-time
-LINUX_VERSION:=2.6.30.
1
+LINUX_VERSION:=2.6.30.
8
include $(INCLUDE_DIR)/target.mk
This page took
0.024113 seconds
and
4
git commands to generate.