diff options
| -rw-r--r-- | meta/recipes-devtools/mkelfimage/mkelfimage_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb b/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb index 2ad4b49ab1..05a5a1a489 100644 --- a/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb +++ b/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb | |||
| @@ -23,11 +23,12 @@ CLEANBROKEN = "1" | |||
| 23 | 23 | ||
| 24 | S = "${WORKDIR}/git/util/mkelfImage" | 24 | S = "${WORKDIR}/git/util/mkelfImage" |
| 25 | 25 | ||
| 26 | CFLAGS += "-fno-stack-protector" | ||
| 27 | CACHED_CONFIGUREVARS += "\ | 26 | CACHED_CONFIGUREVARS += "\ |
| 28 | HOST_CC='${BUILD_CC}' \ | 27 | HOST_CC='${BUILD_CC}' \ |
| 29 | HOST_CFLAGS='${BUILD_CFLAGS}' \ | 28 | HOST_CFLAGS='${BUILD_CFLAGS}' \ |
| 30 | HOST_CPPFLAGS='${BUILD_CPPFLAGS}' \ | 29 | HOST_CPPFLAGS='${BUILD_CPPFLAGS}' \ |
| 30 | I386_CFLAGS='-fno-stack-protector' \ | ||
| 31 | IA64_CFLAGS='-fno-stack-protector' \ | ||
| 31 | " | 32 | " |
| 32 | EXTRA_OECONF_append_x86-64 = " --with-i386=${HOST_SYS}" | 33 | EXTRA_OECONF_append_x86-64 = " --with-i386=${HOST_SYS}" |
| 33 | 34 | ||
