global cflags: remove -funit-at-a-time, it is ignored by recent compilers. instead...
[openwrt/staging/wigyori.git] / target / linux / leon / Makefile
1 #
2 # Copyright (C) 2011 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 ARCH:=sparc
10 BOARD:=leon
11 BOARDNAME:=LEON
12 FEATURES+=fpu tgz
13
14 CFLAGS:=-Os -pipe -mcpu=v8 -fno-caller-saves
15 KERNELNAME:="uImage"
16
17 LINUX_VERSION:=2.6.36.4
18 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
19
20 include $(INCLUDE_DIR)/target.mk
21
22 $(eval $(call BuildTarget))