diff options
-rw-r--r-- | meta/recipes-kernel/perf/perf.bb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index 20968f98cc..222ae83c37 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb | |||
@@ -92,13 +92,6 @@ EXTRA_OEMAKE += "\ | |||
92 | 'infodir=${@os.path.relpath(infodir, prefix)}' \ | 92 | 'infodir=${@os.path.relpath(infodir, prefix)}' \ |
93 | " | 93 | " |
94 | 94 | ||
95 | # PPC64 uses long long for u64 in the kernel, but powerpc's asm/types.h | ||
96 | # prevents 64-bit userland from seeing this definition, instead defaulting | ||
97 | # to u64 == long in userspace. Define __SANE_USERSPACE_TYPES__ to get | ||
98 | # int-ll64.h included. And MIPS64 has the same issue. | ||
99 | EXTRA_OEMAKE_append_powerpc64 = ' CFLAGS=-D__SANE_USERSPACE_TYPES__' | ||
100 | EXTRA_OEMAKE_append_mips64 = ' CFLAGS=-D__SANE_USERSPACE_TYPES__' | ||
101 | |||
102 | PARALLEL_MAKE = "" | 95 | PARALLEL_MAKE = "" |
103 | 96 | ||
104 | do_compile() { | 97 | do_compile() { |