aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.8-linaro/100-uclibc-conf.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-05-23 10:21:59 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-05-23 10:21:59 +0000
commitba29b8f04f357ef70fe0aa281b5e9952e349f906 (patch)
tree41ae4ae00267fb8aa38d9cbdce5e3e9b4a9f53af /toolchain/gcc/patches/4.8-linaro/100-uclibc-conf.patch
parent32c6ffb5a1ab959a49c8d88dd5701f4dd2db78d2 (diff)
downloadupstream-ba29b8f04f357ef70fe0aa281b5e9952e349f906.tar.gz
upstream-ba29b8f04f357ef70fe0aa281b5e9952e349f906.tar.bz2
upstream-ba29b8f04f357ef70fe0aa281b5e9952e349f906.zip
gcc: port missing patches from 4.6 to 4.8
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36693
Diffstat (limited to 'toolchain/gcc/patches/4.8-linaro/100-uclibc-conf.patch')
0 files changed, 0 insertions, 0 deletions
} /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
include $(TOPDIR)/rules.mk

LINUX_VERSION:=2.6.16.1
LINUX_RELEASE:=1
LINUX_KERNEL_MD5SUM:=52439ea54fe67b6a0554c01129445118

include ../rules.mk
include ./config

include ../generic-$(KERNEL)/modules.mk
include ../kernel.mk


$(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked
	[ -d ../generic-$(KERNEL)/patches ] && $(PATCH) $(LINUX_DIR) ../generic-$(KERNEL)/patches $(MAKE_TRACE)
	[ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches $(MAKE_TRACE)
ifeq ($(BR2_ARUBA_RAMDISK),y)
	@$(CP) config-ramdisk $(LINUX_DIR)/.config
else
	@$(CP) config $(LINUX_DIR)/.config
endif
	touch $@