diff options
author | Mark Hatle <mark.hatle@amd.com> | 2023-02-08 08:08:26 -0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-02-09 07:01:01 -0800 |
commit | ac9458816a1070b497947dc1acf91cc26215c203 (patch) | |
tree | 6c7ad99dda1ec75c0af1fa0093f340628f8a8bb9 | |
parent | 1604bcefd7b11d1768bd6bfccbf7c194f0db3c3e (diff) | |
download | meta-xilinx-ac9458816a1070b497947dc1acf91cc26215c203.tar.gz |
microblaze-tc.conf: Disable pie support, not available on microblaze
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-xilinx-standalone/conf/machine/microblaze-tc.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-xilinx-standalone/conf/machine/microblaze-tc.conf b/meta-xilinx-standalone/conf/machine/microblaze-tc.conf index 4eb88828..38e0b01b 100644 --- a/meta-xilinx-standalone/conf/machine/microblaze-tc.conf +++ b/meta-xilinx-standalone/conf/machine/microblaze-tc.conf | |||
@@ -3,6 +3,14 @@ require conf/multilib.conf | |||
3 | require conf/machine/include/microblaze/arch-microblaze.inc | 3 | require conf/machine/include/microblaze/arch-microblaze.inc |
4 | require conf/machine/include/baremetal-tc.conf | 4 | require conf/machine/include/baremetal-tc.conf |
5 | 5 | ||
6 | # Set defaults | ||
7 | # pie is not supported on microblaze, disable it to avoid: | ||
8 | # .../microblaze-xilinx-elf/12.2.0/ld: -pie not supported | ||
9 | GCCPIE:microblaze = "" | ||
10 | GLIBCPIE:microblaze = "" | ||
11 | SECURITY_CFLAGS:remove:microblaze = "${SECURITY_PIE_CFLAGS}" | ||
12 | SECURITY_CFLAGS:pn-libgcc:microblaze = "" | ||
13 | |||
6 | # ILP request an alternative machine dictionary | 14 | # ILP request an alternative machine dictionary |
7 | INHERIT += "xlnx-standalone" | 15 | INHERIT += "xlnx-standalone" |
8 | PACKAGEQA_EXTRA_MACHDEFFUNCS .= '${@bb.utils.contains("TUNE_FEATURES", "64-bit", " xlnx_mb64_dict", "", d)}' | 16 | PACKAGEQA_EXTRA_MACHDEFFUNCS .= '${@bb.utils.contains("TUNE_FEATURES", "64-bit", " xlnx_mb64_dict", "", d)}' |