From: Richard Purdie Date: Tue, 27 Aug 2013 11:30:34 +0000 (+0000) Subject: perf: Ensure we general PIC code to avoid build failures X-Git-Tag: rev_ivi_2015_02_04~11246 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e304199d475242908044672892f5de6bdc4b405c;p=scm%2Fbb%2Ftizen-distro.git perf: Ensure we general PIC code to avoid build failures Without this we see relocation errors on mips with 3.10. This should be safe to be included in general. (From OE-Core rev: 9958653b2bf9e43312a39c6b89ff0ca1cc46995c) Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index 844e880..a78fc05 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb @@ -73,7 +73,7 @@ EXTRA_OEMAKE = \ # don't override it, it'll add -m32/-m64 itself). For LDFLAGS, it was failing # to find bfd symbols. EXTRA_OEMAKE += "\ - 'CFLAGS=${CFLAGS}' \ + 'CFLAGS=${CFLAGS} -fPIC' \ 'LDFLAGS=${LDFLAGS} -lpthread -lrt -lelf -lm -lbfd' \ \ 'prefix=${prefix}' \