1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 22:38:04 +00:00

linux-3.0: Fix perf compile failure with eglibc 2.15

There is a conflict with eglibc headers since
new headers added the defines that compiler.h
was redefining without undefining them

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Khem Raj
2012-01-18 19:30:43 -08:00
committed by Koen Kooi
parent 8c36bbe150
commit 3b9c2d238b
3 changed files with 35 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ git reset --hard ${TAG}
rm export -rf
previous=${TAG}
PATCHSET="pm-wip/voltdm pm-wip/cpufreq beagle madc sakoman sgx ulcd omap4"
PATCHSET="pm-wip/voltdm pm-wip/cpufreq beagle madc sakoman sgx ulcd omap4 misc"
# apply patches
for patchset in ${PATCHSET} ; do