diff options
| author | Peter A. Bigot <pab@pabigot.com> | 2014-08-14 14:05:51 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-15 18:21:49 +0100 |
| commit | 6d78f392f524944a1e32e14e4b1a7e48422a3ece (patch) | |
| tree | 2c0c89f64d39a113b157200755aa7c865df6c6a3 /meta/recipes-devtools/gcc/gcc-target.inc | |
| parent | 2783ee732a4e1c30ec143509fdf8cce8657e67b7 (diff) | |
| download | poky-6d78f392f524944a1e32e14e4b1a7e48422a3ece.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-target.inc')
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-target.inc | 106 |
1 files changed, 53 insertions, 53 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-target.inc b/meta/recipes-devtools/gcc/gcc-target.inc index 59c554daf5..8941f5f3ed 100644 --- a/meta/recipes-devtools/gcc/gcc-target.inc +++ b/meta/recipes-devtools/gcc/gcc-target.inc | |||
| @@ -1,105 +1,105 @@ | |||
| 1 | GCCMULTILIB = "--enable-multilib" | 1 | GCCMULTILIB = "--enable-multilib" |
| 2 | require gcc-configure-common.inc | 2 | require gcc-configure-common.inc |
| 3 | 3 | ||
| 4 | EXTRA_OECONF_PATHS = " \ | 4 | EXTRA_OECONF_PATHS = "\ |
| 5 | --with-sysroot=/ \ | 5 | --with-sysroot=/ \ |
| 6 | --with-build-sysroot=${STAGING_DIR_TARGET} \ | 6 | --with-build-sysroot=${STAGING_DIR_TARGET} \ |
| 7 | --with-native-system-header-dir=${STAGING_DIR_TARGET}${target_includedir} \ | 7 | --with-native-system-header-dir=${STAGING_DIR_TARGET}${target_includedir} \ |
| 8 | --with-gxx-include-dir=${includedir}/c++/${BINV}" | 8 | --with-gxx-include-dir=${includedir}/c++/${BINV} \ |
| 9 | " | ||
| 9 | 10 | ||
| 10 | EXTRA_OECONF_FPU = "${@get_gcc_fpu_setting(bb, d)}" | 11 | EXTRA_OECONF_FPU = "${@get_gcc_fpu_setting(bb, d)}" |
| 11 | 12 | ||
| 12 | PACKAGES = "\ | 13 | PACKAGES = "\ |
| 13 | ${PN} ${PN}-plugins ${PN}-symlinks \ | 14 | ${PN} ${PN}-plugins ${PN}-symlinks \ |
| 14 | g++ g++-symlinks \ | 15 | g++ g++-symlinks \ |
| 15 | cpp cpp-symlinks \ | 16 | cpp cpp-symlinks \ |
| 16 | g77 g77-symlinks \ | 17 | g77 g77-symlinks \ |
| 17 | gfortran gfortran-symlinks \ | 18 | gfortran gfortran-symlinks \ |
| 18 | gcov gcov-symlinks \ | 19 | gcov gcov-symlinks \ |
| 19 | ${PN}-plugin-dev \ | 20 | ${PN}-plugin-dev \ |
| 20 | ${PN}-doc \ | 21 | ${PN}-doc \ |
| 21 | ${PN}-dev \ | 22 | ${PN}-dev \ |
| 22 | ${PN}-dbg \ | 23 | ${PN}-dbg \ |
| 23 | " | 24 | " |
| 24 | 25 | ||
| 25 | FILES_${PN} = "\ | 26 | FILES_${PN} = "\ |
| 26 | ${bindir}/${TARGET_PREFIX}gcc* \ | 27 | ${bindir}/${TARGET_PREFIX}gcc* \ |
| 27 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/collect2 \ | 28 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/collect2 \ |
| 28 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/cc* \ | 29 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/cc* \ |
| 29 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lto* \ | 30 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lto* \ |
| 30 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lib*${SOLIBS} \ | 31 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lib*${SOLIBS} \ |
| 31 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/liblto*${SOLIBSDEV} \ | 32 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/liblto*${SOLIBSDEV} \ |
| 32 | ${gcclibdir}/${TARGET_SYS}/${BINV}/*.o \ | 33 | ${gcclibdir}/${TARGET_SYS}/${BINV}/*.o \ |
| 33 | ${gcclibdir}/${TARGET_SYS}/${BINV}/specs \ | 34 | ${gcclibdir}/${TARGET_SYS}/${BINV}/specs \ |
| 34 | ${gcclibdir}/${TARGET_SYS}/${BINV}/lib*${SOLIBS} \ | 35 | ${gcclibdir}/${TARGET_SYS}/${BINV}/lib*${SOLIBS} \ |
| 35 | ${gcclibdir}/${TARGET_SYS}/${BINV}/include \ | 36 | ${gcclibdir}/${TARGET_SYS}/${BINV}/include \ |
| 36 | ${gcclibdir}/${TARGET_SYS}/${BINV}/include-fixed \ | 37 | ${gcclibdir}/${TARGET_SYS}/${BINV}/include-fixed \ |
| 37 | " | 38 | " |
| 38 | INSANE_SKIP_${PN} += "dev-so" | 39 | INSANE_SKIP_${PN} += "dev-so" |
| 39 | 40 | ||
| 40 | FILES_${PN}-dbg += "\ | 41 | FILES_${PN}-dbg += "\ |
| 41 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/.debug/ \ | 42 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/.debug/ \ |
| 42 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/plugin/.debug/ \ | 43 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/plugin/.debug/ \ |
| 43 | " | 44 | " |
| 44 | FILES_${PN}-dev = "\ | 45 | FILES_${PN}-dev = "\ |
| 45 | ${gcclibdir}/${TARGET_SYS}/${BINV}/lib*${SOLIBSDEV} \ | 46 | ${gcclibdir}/${TARGET_SYS}/${BINV}/lib*${SOLIBSDEV} \ |
| 46 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lib*${SOLIBSDEV} \ | 47 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lib*${SOLIBSDEV} \ |
| 47 | " | 48 | " |
| 48 | FILES_${PN}-plugin-dev = "\ | 49 | FILES_${PN}-plugin-dev = "\ |
| 49 | ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/include/ \ | 50 | ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/include/ \ |
| 50 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/plugin/gengtype \ | 51 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/plugin/gengtype \ |
| 51 | ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/gtype.state \ | 52 | ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/gtype.state \ |
| 52 | " | 53 | " |
| 53 | FILES_${PN}-symlinks = "\ | 54 | FILES_${PN}-symlinks = "\ |
| 54 | ${bindir}/cc \ | 55 | ${bindir}/cc \ |
| 55 | ${bindir}/gcc \ | 56 | ${bindir}/gcc \ |
| 56 | ${bindir}/gccbug \ | 57 | ${bindir}/gccbug \ |
| 57 | " | 58 | " |
| 58 | 59 | ||
| 59 | FILES_${PN}-plugins = "\ | 60 | FILES_${PN}-plugins = "\ |
| 60 | ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin \ | 61 | ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin \ |
| 61 | " | 62 | " |
| 62 | ALLOW_EMPTY_${PN}-plugins = "1" | 63 | ALLOW_EMPTY_${PN}-plugins = "1" |
| 63 | 64 | ||
| 64 | FILES_g77 = "\ | 65 | FILES_g77 = "\ |
| 65 | ${bindir}/${TARGET_PREFIX}g77 \ | 66 | ${bindir}/${TARGET_PREFIX}g77 \ |
| 66 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/f771 \ | 67 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/f771 \ |
| 67 | " | 68 | " |
| 68 | FILES_g77-symlinks = "\ | 69 | FILES_g77-symlinks = "\ |
| 69 | ${bindir}/g77 \ | 70 | ${bindir}/g77 \ |
| 70 | ${bindir}/f77 \ | 71 | ${bindir}/f77 \ |
| 71 | " | 72 | " |
| 72 | FILES_gfortran = "\ | 73 | FILES_gfortran = "\ |
| 73 | ${bindir}/${TARGET_PREFIX}gfortran \ | 74 | ${bindir}/${TARGET_PREFIX}gfortran \ |
| 74 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/f951 \ | 75 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/f951 \ |
| 75 | " | 76 | " |
| 76 | FILES_gfortran-symlinks = "\ | 77 | FILES_gfortran-symlinks = "\ |
| 77 | ${bindir}/gfortran \ | 78 | ${bindir}/gfortran \ |
| 78 | ${bindir}/f95" | 79 | ${bindir}/f95" |
| 79 | 80 | ||
| 80 | FILES_cpp = "\ | 81 | FILES_cpp = "\ |
| 81 | ${bindir}/${TARGET_PREFIX}cpp \ | 82 | ${bindir}/${TARGET_PREFIX}cpp \ |
| 82 | ${base_libdir}/cpp \ | 83 | ${base_libdir}/cpp \ |
| 83 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/cc1" | 84 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/cc1" |
| 84 | FILES_cpp-symlinks = "${bindir}/cpp" | 85 | FILES_cpp-symlinks = "${bindir}/cpp" |
| 85 | 86 | ||
| 86 | FILES_gcov = "${bindir}/${TARGET_PREFIX}gcov" | 87 | FILES_gcov = "${bindir}/${TARGET_PREFIX}gcov" |
| 87 | FILES_gcov-symlinks = "${bindir}/gcov" | 88 | FILES_gcov-symlinks = "${bindir}/gcov" |
| 88 | 89 | ||
| 89 | FILES_g++ = "\ | 90 | FILES_g++ = "\ |
| 90 | ${bindir}/${TARGET_PREFIX}g++ \ | 91 | ${bindir}/${TARGET_PREFIX}g++ \ |
| 91 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/cc1plus \ | 92 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/cc1plus \ |
| 92 | " | 93 | " |
| 93 | FILES_g++-symlinks = "\ | 94 | FILES_g++-symlinks = "\ |
| 94 | ${bindir}/c++ \ | 95 | ${bindir}/c++ \ |
| 95 | ${bindir}/g++ \ | 96 | ${bindir}/g++ \ |
| 96 | " | 97 | " |
| 97 | 98 | ||
| 98 | |||
| 99 | FILES_${PN}-doc = "\ | 99 | FILES_${PN}-doc = "\ |
| 100 | ${infodir} \ | 100 | ${infodir} \ |
| 101 | ${mandir} \ | 101 | ${mandir} \ |
| 102 | ${gcclibdir}/${TARGET_SYS}/${BINV}/include/README \ | 102 | ${gcclibdir}/${TARGET_SYS}/${BINV}/include/README \ |
| 103 | " | 103 | " |
| 104 | 104 | ||
| 105 | do_compile () { | 105 | do_compile () { |
