summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-12-13 16:23:52 -0800
committerMark Hatle <mark.hatle@xilinx.com>2021-12-14 08:35:06 -0800
commit6e07c137709cf8cb8a45af063109e8a311f90322 (patch)
treec793331721ef7a8e0edbed1c0904a76984e6c335 /meta-xilinx-standalone
parentc5267db51011789d7fa91ecf5f025b6fce222798 (diff)
downloadmeta-xilinx-6e07c137709cf8cb8a45af063109e8a311f90322.tar.gz
gcc-runtime: Fix a missing _ to : transition
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone')
-rw-r--r--meta-xilinx-standalone/recipes-devtools/gcc/gcc-runtime_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone/recipes-devtools/gcc/gcc-runtime_%.bbappend b/meta-xilinx-standalone/recipes-devtools/gcc/gcc-runtime_%.bbappend
index 5135fdf6..e12028b4 100644
--- a/meta-xilinx-standalone/recipes-devtools/gcc/gcc-runtime_%.bbappend
+++ b/meta-xilinx-standalone/recipes-devtools/gcc/gcc-runtime_%.bbappend
@@ -52,7 +52,7 @@ do_install:append:xilinx-standalone:class-target() {
52 # link the C++ header into the place that multilib gcc expects 52 # link the C++ header into the place that multilib gcc expects
53 # C++ compiler looks at usr/include/c++/version/canonical-arch/mlib 53 # C++ compiler looks at usr/include/c++/version/canonical-arch/mlib
54 if [ "${TARGET_SYS_MULTILIB_ORIGINAL}" != "" -a "${TARGET_SYS_MULTILIB_ORIGINAL}" != "${TARGET_SYS}" ]; then 54 if [ "${TARGET_SYS_MULTILIB_ORIGINAL}" != "" -a "${TARGET_SYS_MULTILIB_ORIGINAL}" != "${TARGET_SYS}" ]; then
55 mlib=${BASE_LIB_tune-${DEFAULTTUNE}} 55 mlib=${BASE_LIB:tune-${DEFAULTTUNE}}
56 mlib=${mlib##lib/} 56 mlib=${mlib##lib/}
57 57
58 link_name=${D}${includedir}/c++/${BINV}/${TARGET_SYS_MULTILIB_ORIGINAL}/${mlib} 58 link_name=${D}${includedir}/c++/${BINV}/${TARGET_SYS_MULTILIB_ORIGINAL}/${mlib}