summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-target.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-target.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-target.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-target.inc b/meta/recipes-devtools/gcc/gcc-target.inc
index 37c5c62aef..f436fa24f4 100644
--- a/meta/recipes-devtools/gcc/gcc-target.inc
+++ b/meta/recipes-devtools/gcc/gcc-target.inc
@@ -42,6 +42,10 @@ FILES_${PN} = "\
42 ${gcclibdir}/${TARGET_SYS}/${BINV}/include-fixed \ 42 ${gcclibdir}/${TARGET_SYS}/${BINV}/include-fixed \
43" 43"
44INSANE_SKIP_${PN} += "dev-so" 44INSANE_SKIP_${PN} += "dev-so"
45RRECOMMENDS_${PN} += "\
46 libssp \
47 libssp-dev \
48"
45 49
46FILES_${PN}-dev = "\ 50FILES_${PN}-dev = "\
47 ${gcclibdir}/${TARGET_SYS}/${BINV}/lib*${SOLIBSDEV} \ 51 ${gcclibdir}/${TARGET_SYS}/${BINV}/lib*${SOLIBSDEV} \
@@ -69,10 +73,19 @@ FILES_g77-symlinks = "\
69 ${bindir}/g77 \ 73 ${bindir}/g77 \
70 ${bindir}/f77 \ 74 ${bindir}/f77 \
71" 75"
76RRECOMMENDS_g77 = "\
77 libg2c \
78 libg2c-dev \
79"
80
72FILES_gfortran = "\ 81FILES_gfortran = "\
73 ${bindir}/${TARGET_PREFIX}gfortran \ 82 ${bindir}/${TARGET_PREFIX}gfortran \
74 ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/f951 \ 83 ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/f951 \
75" 84"
85RRECOMMENDS_gfortran = "\
86 libquadmath \
87 libquadmath-dev \
88"
76FILES_gfortran-symlinks = "\ 89FILES_gfortran-symlinks = "\
77 ${bindir}/gfortran \ 90 ${bindir}/gfortran \
78 ${bindir}/f95" 91 ${bindir}/f95"
@@ -98,6 +111,12 @@ FILES_g++-symlinks = "\
98 ${bindir}/c++ \ 111 ${bindir}/c++ \
99 ${bindir}/g++ \ 112 ${bindir}/g++ \
100" 113"
114RRECOMMENDS_g++ = "\
115 libstdc++ \
116 libstdc++-dev \
117 libatomic \
118 libatomic-dev \
119"
101 120
102FILES_${PN}-doc = "\ 121FILES_${PN}-doc = "\
103 ${infodir} \ 122 ${infodir} \