mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
gcc: recipe whitespace changes
Consistent use of whitespace in multi-line assignment, with special focus on OECONF modifications. Quotes on separate lines, four-space indentation, one value per line. (From OE-Core rev: d971db8b2259e4c35b871cccf130fba193849560) Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2783ee732a
commit
6d78f392f5
@@ -1,105 +1,105 @@
|
||||
GCCMULTILIB = "--enable-multilib"
|
||||
require gcc-configure-common.inc
|
||||
|
||||
EXTRA_OECONF_PATHS = " \
|
||||
EXTRA_OECONF_PATHS = "\
|
||||
--with-sysroot=/ \
|
||||
--with-build-sysroot=${STAGING_DIR_TARGET} \
|
||||
--with-native-system-header-dir=${STAGING_DIR_TARGET}${target_includedir} \
|
||||
--with-gxx-include-dir=${includedir}/c++/${BINV}"
|
||||
--with-gxx-include-dir=${includedir}/c++/${BINV} \
|
||||
"
|
||||
|
||||
EXTRA_OECONF_FPU = "${@get_gcc_fpu_setting(bb, d)}"
|
||||
|
||||
PACKAGES = "\
|
||||
${PN} ${PN}-plugins ${PN}-symlinks \
|
||||
g++ g++-symlinks \
|
||||
cpp cpp-symlinks \
|
||||
g77 g77-symlinks \
|
||||
gfortran gfortran-symlinks \
|
||||
gcov gcov-symlinks \
|
||||
${PN}-plugin-dev \
|
||||
${PN}-doc \
|
||||
${PN}-dev \
|
||||
${PN}-dbg \
|
||||
${PN} ${PN}-plugins ${PN}-symlinks \
|
||||
g++ g++-symlinks \
|
||||
cpp cpp-symlinks \
|
||||
g77 g77-symlinks \
|
||||
gfortran gfortran-symlinks \
|
||||
gcov gcov-symlinks \
|
||||
${PN}-plugin-dev \
|
||||
${PN}-doc \
|
||||
${PN}-dev \
|
||||
${PN}-dbg \
|
||||
"
|
||||
|
||||
FILES_${PN} = "\
|
||||
${bindir}/${TARGET_PREFIX}gcc* \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/collect2 \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/cc* \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lto* \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lib*${SOLIBS} \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/liblto*${SOLIBSDEV} \
|
||||
${gcclibdir}/${TARGET_SYS}/${BINV}/*.o \
|
||||
${gcclibdir}/${TARGET_SYS}/${BINV}/specs \
|
||||
${gcclibdir}/${TARGET_SYS}/${BINV}/lib*${SOLIBS} \
|
||||
${gcclibdir}/${TARGET_SYS}/${BINV}/include \
|
||||
${gcclibdir}/${TARGET_SYS}/${BINV}/include-fixed \
|
||||
${bindir}/${TARGET_PREFIX}gcc* \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/collect2 \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/cc* \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lto* \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lib*${SOLIBS} \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/liblto*${SOLIBSDEV} \
|
||||
${gcclibdir}/${TARGET_SYS}/${BINV}/*.o \
|
||||
${gcclibdir}/${TARGET_SYS}/${BINV}/specs \
|
||||
${gcclibdir}/${TARGET_SYS}/${BINV}/lib*${SOLIBS} \
|
||||
${gcclibdir}/${TARGET_SYS}/${BINV}/include \
|
||||
${gcclibdir}/${TARGET_SYS}/${BINV}/include-fixed \
|
||||
"
|
||||
INSANE_SKIP_${PN} += "dev-so"
|
||||
|
||||
FILES_${PN}-dbg += "\
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/.debug/ \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/plugin/.debug/ \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/.debug/ \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/plugin/.debug/ \
|
||||
"
|
||||
FILES_${PN}-dev = "\
|
||||
${gcclibdir}/${TARGET_SYS}/${BINV}/lib*${SOLIBSDEV} \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lib*${SOLIBSDEV} \
|
||||
${gcclibdir}/${TARGET_SYS}/${BINV}/lib*${SOLIBSDEV} \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lib*${SOLIBSDEV} \
|
||||
"
|
||||
FILES_${PN}-plugin-dev = "\
|
||||
${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/include/ \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/plugin/gengtype \
|
||||
${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/gtype.state \
|
||||
${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/include/ \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/plugin/gengtype \
|
||||
${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/gtype.state \
|
||||
"
|
||||
FILES_${PN}-symlinks = "\
|
||||
${bindir}/cc \
|
||||
${bindir}/gcc \
|
||||
${bindir}/gccbug \
|
||||
${bindir}/cc \
|
||||
${bindir}/gcc \
|
||||
${bindir}/gccbug \
|
||||
"
|
||||
|
||||
FILES_${PN}-plugins = "\
|
||||
${gcclibdir}/${TARGET_SYS}/${BINV}/plugin \
|
||||
${gcclibdir}/${TARGET_SYS}/${BINV}/plugin \
|
||||
"
|
||||
ALLOW_EMPTY_${PN}-plugins = "1"
|
||||
|
||||
FILES_g77 = "\
|
||||
${bindir}/${TARGET_PREFIX}g77 \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/f771 \
|
||||
${bindir}/${TARGET_PREFIX}g77 \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/f771 \
|
||||
"
|
||||
FILES_g77-symlinks = "\
|
||||
${bindir}/g77 \
|
||||
${bindir}/f77 \
|
||||
${bindir}/g77 \
|
||||
${bindir}/f77 \
|
||||
"
|
||||
FILES_gfortran = "\
|
||||
${bindir}/${TARGET_PREFIX}gfortran \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/f951 \
|
||||
${bindir}/${TARGET_PREFIX}gfortran \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/f951 \
|
||||
"
|
||||
FILES_gfortran-symlinks = "\
|
||||
${bindir}/gfortran \
|
||||
${bindir}/f95"
|
||||
${bindir}/gfortran \
|
||||
${bindir}/f95"
|
||||
|
||||
FILES_cpp = "\
|
||||
${bindir}/${TARGET_PREFIX}cpp \
|
||||
${base_libdir}/cpp \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/cc1"
|
||||
${bindir}/${TARGET_PREFIX}cpp \
|
||||
${base_libdir}/cpp \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/cc1"
|
||||
FILES_cpp-symlinks = "${bindir}/cpp"
|
||||
|
||||
FILES_gcov = "${bindir}/${TARGET_PREFIX}gcov"
|
||||
FILES_gcov-symlinks = "${bindir}/gcov"
|
||||
|
||||
FILES_g++ = "\
|
||||
${bindir}/${TARGET_PREFIX}g++ \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/cc1plus \
|
||||
${bindir}/${TARGET_PREFIX}g++ \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/cc1plus \
|
||||
"
|
||||
FILES_g++-symlinks = "\
|
||||
${bindir}/c++ \
|
||||
${bindir}/g++ \
|
||||
${bindir}/c++ \
|
||||
${bindir}/g++ \
|
||||
"
|
||||
|
||||
|
||||
FILES_${PN}-doc = "\
|
||||
${infodir} \
|
||||
${mandir} \
|
||||
${gcclibdir}/${TARGET_SYS}/${BINV}/include/README \
|
||||
${infodir} \
|
||||
${mandir} \
|
||||
${gcclibdir}/${TARGET_SYS}/${BINV}/include/README \
|
||||
"
|
||||
|
||||
do_compile () {
|
||||
|
||||
Reference in New Issue
Block a user