diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2020-01-23 12:30:31 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2020-01-24 16:56:12 -0800 |
| commit | e93e43e3fdd178584de0167225b48b95fd31ef6b (patch) | |
| tree | 85bcf2d888d0f42231a2798a999ab9af85453b85 | |
| parent | a03c94376187956352609887c25d2cb1fa4a0485 (diff) | |
| download | meta-xilinx-e93e43e3fdd178584de0167225b48b95fd31ef6b.tar.gz | |
gcc-runtime: Make the baremetal changes specific to class-target
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| -rw-r--r-- | meta-xilinx-standalone/recipes-standalone/gcc/gcc-runtime_%.bbappend | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/meta-xilinx-standalone/recipes-standalone/gcc/gcc-runtime_%.bbappend b/meta-xilinx-standalone/recipes-standalone/gcc/gcc-runtime_%.bbappend index 90a867ff..ba009a9d 100644 --- a/meta-xilinx-standalone/recipes-standalone/gcc/gcc-runtime_%.bbappend +++ b/meta-xilinx-standalone/recipes-standalone/gcc/gcc-runtime_%.bbappend | |||
| @@ -1,18 +1,18 @@ | |||
| 1 | # Configure fails on multilib when using a cache file, this re-sets it to nothing | 1 | # Configure fails on multilib when using a cache file, this re-sets it to nothing |
| 2 | EXTRA_OECONF_append = " --cache-file=" | 2 | EXTRA_OECONF_append_xilinx-standalone_class-target = " --cache-file=" |
| 3 | 3 | ||
| 4 | # Dont build libitm, etc. | 4 | # Dont build libitm, etc. |
| 5 | RUNTIMETARGET_xilinx-standalone = "libstdc++-v3" | 5 | RUNTIMETARGET_xilinx-standalone_class-target = "libstdc++-v3" |
| 6 | 6 | ||
| 7 | SYMVERS_CONF_xilinx-standalone ="" | 7 | SYMVERS_CONF_xilinx-standalone_class-target ="" |
| 8 | 8 | ||
| 9 | 9 | ||
| 10 | EXTRA_OECONF_append_xilinx-standalone = " --enable-multilib --with-newlib" | 10 | EXTRA_OECONF_append_xilinx-standalone_class-target = " --enable-multilib --with-newlib" |
| 11 | EXTRA_OECONF_append_xilinx-standalone_cortexr5 = " --with-multilib-list=rmprofile" | 11 | EXTRA_OECONF_append_xilinx-standalone_cortexr5_class-target = " --with-multilib-list=rmprofile" |
| 12 | EXTRA_OECONF_append_xilinx-standalone_zc702-zynq7 = " --with-multilib-list=aprofile" | 12 | EXTRA_OECONF_append_xilinx-standalone_zc702-zynq7_class-target = " --with-multilib-list=aprofile" |
| 13 | 13 | ||
| 14 | # Recursve 5 levels due to the several combinations of multilibs built | 14 | # Recursve 5 levels due to the several combinations of multilibs built |
| 15 | FILES_libstdc++-staticdev += " \ | 15 | FILES_libstdc++-staticdev_append_xilinx-standalone_class-target = " \ |
| 16 | ${libdir}/libsupc++.a* \ | 16 | ${libdir}/libsupc++.a* \ |
| 17 | ${libdir}/libstdc++*.a* \ | 17 | ${libdir}/libstdc++*.a* \ |
| 18 | ${libdir}/**/libsupc++.a* \ | 18 | ${libdir}/**/libsupc++.a* \ |
| @@ -26,3 +26,4 @@ FILES_libstdc++-staticdev += " \ | |||
| 26 | ${libdir}/**/**/**/**/**/libsupc++.a* \ | 26 | ${libdir}/**/**/**/**/**/libsupc++.a* \ |
| 27 | ${libdir}/**/**/**/**/**/libstdc++*.a* \ | 27 | ${libdir}/**/**/**/**/**/libstdc++*.a* \ |
| 28 | " | 28 | " |
| 29 | |||
