projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
global cflags: remove -funit-at-a-time, it is ignored by recent compilers. instead...
[openwrt.git]
/
target
/
linux
/
imx21
/
Makefile
diff --git
a/target/linux/imx21/Makefile
b/target/linux/imx21/Makefile
index
db508f8
..
8d46dd1
100644
(file)
--- a/
target/linux/imx21/Makefile
+++ b/
target/linux/imx21/Makefile
@@
-1,5
+1,5
@@
#
#
-# Copyright (C) 2006-20
09
OpenWrt.org
+# Copyright (C) 2006-20
11
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@
-9,10
+9,10
@@
include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=imx21
BOARDNAME:=Freescale i.MX21
ARCH:=arm
BOARD:=imx21
BOARDNAME:=Freescale i.MX21
-FEATURES:=jffs2
-CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -f
unit-at-a-time
+FEATURES:=jffs2
broken
+CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -f
no-caller-saves
-LINUX_VERSION:=2.6.3
4.7
+LINUX_VERSION:=2.6.3
7.4
DEVICE_TYPE=phone
DEVICE_TYPE=phone
This page took
0.023887 seconds
and
4
git commands to generate.