diff options
Diffstat (limited to 'meta-xilinx-standalone/recipes-devtools/gcc/gcc-xilinx-standalone.inc')
| -rw-r--r-- | meta-xilinx-standalone/recipes-devtools/gcc/gcc-xilinx-standalone.inc | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/meta-xilinx-standalone/recipes-devtools/gcc/gcc-xilinx-standalone.inc b/meta-xilinx-standalone/recipes-devtools/gcc/gcc-xilinx-standalone.inc index 21d30361..34b5083e 100644 --- a/meta-xilinx-standalone/recipes-devtools/gcc/gcc-xilinx-standalone.inc +++ b/meta-xilinx-standalone/recipes-devtools/gcc/gcc-xilinx-standalone.inc | |||
| @@ -16,21 +16,15 @@ EXTRA_OECONF_append_xilinx-standalone_aarch64 = " \ | |||
| 16 | --with-arch=armv8-a \ | 16 | --with-arch=armv8-a \ |
| 17 | " | 17 | " |
| 18 | 18 | ||
| 19 | # Both arm and cortexr5 overrides are set w/ r5 | 19 | # Both arm and armrm overrides are set w/ cortex r5 |
| 20 | # So only set rmprofile if r5 is defined. | 20 | # So only set rmprofile if armrm is defined. |
| 21 | ARM_PROFILE = "aprofile" | 21 | ARM_PROFILE = "aprofile" |
| 22 | ARM_PROFILE_cortexr5-zynqmp = "rmprofile" | 22 | ARM_PROFILE_armrm = "rmprofile" |
| 23 | ARM_PROFILE_cortexr5-versal = "rmprofile" | ||
| 24 | EXTRA_OECONF_append_xilinx-standalone_arm = " \ | 23 | EXTRA_OECONF_append_xilinx-standalone_arm = " \ |
| 25 | --with-multilib-list=${ARM_PROFILE} \ | 24 | --with-multilib-list=${ARM_PROFILE} \ |
| 26 | " | 25 | " |
| 27 | 26 | ||
| 28 | EXTRA_OECONF_append_xilinx-standalone_cortexr5-zynqmp = " \ | 27 | EXTRA_OECONF_append_xilinx-standalone_armrm = " \ |
| 29 | --disable-tls \ | ||
| 30 | --disable-decimal-float \ | ||
| 31 | " | ||
| 32 | |||
| 33 | EXTRA_OECONF_append_xilinx-standalone_cortexr5-versal = " \ | ||
| 34 | --disable-tls \ | 28 | --disable-tls \ |
| 35 | --disable-decimal-float \ | 29 | --disable-decimal-float \ |
| 36 | " | 30 | " |
