Lines Matching full:gcc

2 require gcc-configure-common.inc
10 # Configure gcc running on the target to default to an architecture which will
11 # be compatible with that of gcc-runtime (which is cross compiled to be target
13 # affect the ABI in the gcc-runtime libs. Since we can't rely on gcc on the
25 # set in subdir gcc, so subdir libcc1 can't use it, export it here to
44 ${bindir}/${TARGET_PREFIX}gcc* \
46 ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/collect2* \
47 ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/g++-mapper-server \
48 ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lto* \
49 ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lib*${SOLIBS} \
50 ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/liblto*${SOLIBSDEV} \
67 ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lib*${SOLIBSDEV} \
69 ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/plugin/gengtype \
74 ${bindir}/gcc \
85 ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/f771 \
98 ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/f951 \
111 ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/cc1"
123 ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/cc1plus \
145 # for gcc plugins. Additionally the path is embeddeded into the output
147 oe_runmake configure-gcc
148 sed -i 's@${STAGING_DIR_TARGET}@/@g' ${B}/gcc/configargs.h
149 sed -i 's@${STAGING_DIR_HOST}@/@g' ${B}/gcc/configargs.h
154 oe_runmake TARGET-gcc=checksum-options all-gcc
155 sed -i 's@${DEBUG_PREFIX_MAP}@@g' ${B}/gcc/checksum-options
156 sed -i 's@${STAGING_DIR_TARGET}@/@g' ${B}/gcc/checksum-options
165 …nstall ${STAGING_LIBDIR_NATIVE}/${TARGET_SYS}/gcc/${TARGET_SYS}/${BINV}/include/unwind.h ${D}${lib…
172 # Cleanup some of the ${libdir}{,exec}/gcc stuff ...
173 rm -r ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/install-tools
174 rm -r ${D}${libexecdir}/gcc/${TARGET_SYS}/${BINV}/install-tools
175 rm -rf ${D}${libexecdir}/gcc/${TARGET_SYS}/${BINV}/*.la
177 rm -rf ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/finclude
180 …test -f ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/specs && sed -i -e '/^*cross_compile:$/ { n; s/1/0…
186 rm -f ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/plugin/include/auto-build.h
187 rm -f ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/plugin/include/bconfig.h
194 # We don't care about the gcc-<version> ones for this
195 rm -f *gcc-?*.?*
210 ln -sf ${TARGET_PREFIX}gcc gcc
217 ln -sf gcc cc
219 …ln -sf ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/liblto_plugin.so ${D}${libdir}/bfd-plugins/liblto_p…
225 # Thefixinc.sh script, run on the gcc's compile phase, looks into sysroot header
227 # {D}${libdir}/gcc/${TARGET_SYS}/${BINV}/include-fixed folder. This makes the
232 include_fixed="${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/include-fixed"
254 # Installing /usr/lib/gcc/* means we'd have two copies, one from gcc-cross
255 # and one from here. These can confuse gcc cross where includes use #include_next
257 # For determinism we don't install this ever and rely on the copy from gcc-cross.
259 SYSROOT_DIRS_IGNORE += "${libdir}/gcc"