diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-target.inc | 19 |
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 | " |
44 | INSANE_SKIP_${PN} += "dev-so" | 44 | INSANE_SKIP_${PN} += "dev-so" |
45 | RRECOMMENDS_${PN} += "\ | ||
46 | libssp \ | ||
47 | libssp-dev \ | ||
48 | " | ||
45 | 49 | ||
46 | FILES_${PN}-dev = "\ | 50 | FILES_${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 | " |
76 | RRECOMMENDS_g77 = "\ | ||
77 | libg2c \ | ||
78 | libg2c-dev \ | ||
79 | " | ||
80 | |||
72 | FILES_gfortran = "\ | 81 | FILES_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 | " |
85 | RRECOMMENDS_gfortran = "\ | ||
86 | libquadmath \ | ||
87 | libquadmath-dev \ | ||
88 | " | ||
76 | FILES_gfortran-symlinks = "\ | 89 | FILES_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 | " |
114 | RRECOMMENDS_g++ = "\ | ||
115 | libstdc++ \ | ||
116 | libstdc++-dev \ | ||
117 | libatomic \ | ||
118 | libatomic-dev \ | ||
119 | " | ||
101 | 120 | ||
102 | FILES_${PN}-doc = "\ | 121 | FILES_${PN}-doc = "\ |
103 | ${infodir} \ | 122 | ${infodir} \ |