Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] glibc: Enable static PIE support
@ 2018-02-28 20:46 Khem Raj
  2018-02-28 21:05 ` ✗ patchtest: failure for " Patchwork
  2018-03-01  8:35 ` [PATCH] " Burton, Ross
  0 siblings, 2 replies; 4+ messages in thread
From: Khem Raj @ 2018-02-28 20:46 UTC (permalink / raw)
  To: openembedded-core

go programs when compiled with PIE fails otherwise on aarch64

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-core/glibc/glibc_2.27.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/glibc/glibc_2.27.bb b/meta/recipes-core/glibc/glibc_2.27.bb
index e9d4117a47..62db3e9d02 100644
--- a/meta/recipes-core/glibc/glibc_2.27.bb
+++ b/meta/recipes-core/glibc/glibc_2.27.bb
@@ -81,6 +81,7 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
                 --enable-bind-now \
                 --enable-stack-protector=strong \
                 --enable-stackguard-randomization \
+                --enable-static-pie \
                 ${GLIBC_EXTRA_OECONF}"
 
 EXTRA_OECONF += "${@get_libc_fpu_setting(bb, d)}"
-- 
2.16.2



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-03-01  9:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-28 20:46 [PATCH] glibc: Enable static PIE support Khem Raj
2018-02-28 21:05 ` ✗ patchtest: failure for " Patchwork
2018-03-01  8:35 ` [PATCH] " Burton, Ross
2018-03-01  9:56   ` Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox