summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-initramfs/recipes-devtools/klibc/klibc.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc
index be01c2f58..398dfd1cf 100644
--- a/meta-initramfs/recipes-devtools/klibc/klibc.inc
+++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc
@@ -69,6 +69,7 @@ KLIBC_ARCH = "${TARGET_ARCH}"
69KLIBC_ARCH_aarch64 = "arm64" 69KLIBC_ARCH_aarch64 = "arm64"
70KLIBC_ARCH_armeb = "arm" 70KLIBC_ARCH_armeb = "arm"
71KLIBC_ARCH_mipsel = "mips" 71KLIBC_ARCH_mipsel = "mips"
72KLIBC_ARCH_mips64el = "mips64"
72KLIBC_ARCH_x86 = "i386" 73KLIBC_ARCH_x86 = "i386"
73KLIBC_ARCH_x86-64 = "x86_64" 74KLIBC_ARCH_x86-64 = "x86_64"
74KLIBC_ARCH_powerpc = "ppc" 75KLIBC_ARCH_powerpc = "ppc"
@@ -78,4 +79,6 @@ THIS_LIBKLIBC = "libklibc (= ${PV}-${PR})"
78GCCPIE ?= "" 79GCCPIE ?= ""
79SECURITY_LDFLAGS = "${@'-z relro -z now -pie' if '${GCCPIE}' else ''}" 80SECURITY_LDFLAGS = "${@'-z relro -z now -pie' if '${GCCPIE}' else ''}"
80SECURITY_LDFLAGS_mips = "" 81SECURITY_LDFLAGS_mips = ""
82SECURITY_LDFLAGS_mipsel = ""
81SECURITY_LDFLAGS_mips64 = "" 83SECURITY_LDFLAGS_mips64 = ""
84SECURITY_LDFLAGS_mips64el = ""