diff options
| author | Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com> | 2020-01-23 00:37:56 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2020-01-24 16:56:12 -0800 |
| commit | e8f42e99b22a11a5efd3c936810d2da21b123bac (patch) | |
| tree | bf44ee726e0a8f0904dd05859960079ef2aef018 /meta-xilinx-standalone/recipes-standalone | |
| parent | 6e8352a60c4c9498eb84443bd9c235a4f07c0945 (diff) | |
| download | meta-xilinx-e8f42e99b22a11a5efd3c936810d2da21b123bac.tar.gz | |
gcc-runtime: Set correct overrides now that the build has been fixed in oe-core
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone/recipes-standalone')
| -rw-r--r-- | meta-xilinx-standalone/recipes-standalone/gcc/gcc-runtime_%.bbappend | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/meta-xilinx-standalone/recipes-standalone/gcc/gcc-runtime_%.bbappend b/meta-xilinx-standalone/recipes-standalone/gcc/gcc-runtime_%.bbappend index 5400aa0c..90a867ff 100644 --- a/meta-xilinx-standalone/recipes-standalone/gcc/gcc-runtime_%.bbappend +++ b/meta-xilinx-standalone/recipes-standalone/gcc/gcc-runtime_%.bbappend | |||
| @@ -4,21 +4,25 @@ EXTRA_OECONF_append = " --cache-file=" | |||
| 4 | # Dont build libitm, etc. | 4 | # Dont build libitm, etc. |
| 5 | RUNTIMETARGET_xilinx-standalone = "libstdc++-v3" | 5 | RUNTIMETARGET_xilinx-standalone = "libstdc++-v3" |
| 6 | 6 | ||
| 7 | # These overrides can potentially be cleaned (e.g. use just one) if it doesnt affect nativesdk class | 7 | SYMVERS_CONF_xilinx-standalone ="" |
| 8 | EXTRA_OECONF_remove_xilinx-standalone_aarch64 = "--enable-symvers=gnu" | ||
| 9 | EXTRA_OECONF_remove_xilinx-standalone_arm = "--enable-symvers=gnu" | ||
| 10 | 8 | ||
| 11 | EXTRA_OECONF_append_xilinx-standalone_aarch64 = " --enable-multilib --with-newlib" | ||
| 12 | EXTRA_OECONF_append_xilinx-standalone_cortexr5 = " --enable-multilib --with-newlib --with-multilib-list=rmprofile" | ||
| 13 | 9 | ||
| 14 | # Does cortexa9 needs multilib? | 10 | EXTRA_OECONF_append_xilinx-standalone = " --enable-multilib --with-newlib" |
| 11 | EXTRA_OECONF_append_xilinx-standalone_cortexr5 = " --with-multilib-list=rmprofile" | ||
| 12 | EXTRA_OECONF_append_xilinx-standalone_zc702-zynq7 = " --with-multilib-list=aprofile" | ||
| 15 | 13 | ||
| 16 | # Are the py files necessary? | 14 | # Recursve 5 levels due to the several combinations of multilibs built |
| 17 | FILES_libstdc++-staticdev += " \ | 15 | FILES_libstdc++-staticdev += " \ |
| 16 | ${libdir}/libsupc++.a* \ | ||
| 18 | ${libdir}/libstdc++*.a* \ | 17 | ${libdir}/libstdc++*.a* \ |
| 19 | ${libdir}/**/libsupc++.a* \ | 18 | ${libdir}/**/libsupc++.a* \ |
| 20 | ${libdir}/**/libstdc++*.a* \ | 19 | ${libdir}/**/libstdc++*.a* \ |
| 21 | ${libdir}/**/libsupc++.a* \ | 20 | ${libdir}/**/**/libsupc++.a* \ |
| 22 | ${libdir}/**/**/**/libstdc++*.a* \ | 21 | ${libdir}/**/**/libstdc++*.a* \ |
| 23 | ${libdir}/**/**/**/libsupc++.a* \ | 22 | ${libdir}/**/**/**/libsupc++.a* \ |
| 23 | ${libdir}/**/**/**/libstdc++*.a* \ | ||
| 24 | ${libdir}/**/**/**/**/libsupc++.a* \ | ||
| 25 | ${libdir}/**/**/**/**/libstdc++*.a* \ | ||
| 26 | ${libdir}/**/**/**/**/**/libsupc++.a* \ | ||
| 27 | ${libdir}/**/**/**/**/**/libstdc++*.a* \ | ||
| 24 | " | 28 | " |
