summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-target.inc
diff options
context:
space:
mode:
authorPeter A. Bigot <pab@pabigot.com>2014-08-14 14:05:51 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-15 18:21:49 +0100
commit6d78f392f524944a1e32e14e4b1a7e48422a3ece (patch)
tree2c0c89f64d39a113b157200755aa7c865df6c6a3 /meta/recipes-devtools/gcc/gcc-target.inc
parent2783ee732a4e1c30ec143509fdf8cce8657e67b7 (diff)
downloadpoky-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.inc106
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 @@
1GCCMULTILIB = "--enable-multilib" 1GCCMULTILIB = "--enable-multilib"
2require gcc-configure-common.inc 2require gcc-configure-common.inc
3 3
4EXTRA_OECONF_PATHS = " \ 4EXTRA_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
10EXTRA_OECONF_FPU = "${@get_gcc_fpu_setting(bb, d)}" 11EXTRA_OECONF_FPU = "${@get_gcc_fpu_setting(bb, d)}"
11 12
12PACKAGES = "\ 13PACKAGES = "\
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
25FILES_${PN} = "\ 26FILES_${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"
38INSANE_SKIP_${PN} += "dev-so" 39INSANE_SKIP_${PN} += "dev-so"
39 40
40FILES_${PN}-dbg += "\ 41FILES_${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"
44FILES_${PN}-dev = "\ 45FILES_${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"
48FILES_${PN}-plugin-dev = "\ 49FILES_${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"
53FILES_${PN}-symlinks = "\ 54FILES_${PN}-symlinks = "\
54 ${bindir}/cc \ 55 ${bindir}/cc \
55 ${bindir}/gcc \ 56 ${bindir}/gcc \
56 ${bindir}/gccbug \ 57 ${bindir}/gccbug \
57" 58"
58 59
59FILES_${PN}-plugins = "\ 60FILES_${PN}-plugins = "\
60 ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin \ 61 ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin \
61" 62"
62ALLOW_EMPTY_${PN}-plugins = "1" 63ALLOW_EMPTY_${PN}-plugins = "1"
63 64
64FILES_g77 = "\ 65FILES_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"
68FILES_g77-symlinks = "\ 69FILES_g77-symlinks = "\
69 ${bindir}/g77 \ 70 ${bindir}/g77 \
70 ${bindir}/f77 \ 71 ${bindir}/f77 \
71" 72"
72FILES_gfortran = "\ 73FILES_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"
76FILES_gfortran-symlinks = "\ 77FILES_gfortran-symlinks = "\
77 ${bindir}/gfortran \ 78 ${bindir}/gfortran \
78 ${bindir}/f95" 79 ${bindir}/f95"
79 80
80FILES_cpp = "\ 81FILES_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"
84FILES_cpp-symlinks = "${bindir}/cpp" 85FILES_cpp-symlinks = "${bindir}/cpp"
85 86
86FILES_gcov = "${bindir}/${TARGET_PREFIX}gcov" 87FILES_gcov = "${bindir}/${TARGET_PREFIX}gcov"
87FILES_gcov-symlinks = "${bindir}/gcov" 88FILES_gcov-symlinks = "${bindir}/gcov"
88 89
89FILES_g++ = "\ 90FILES_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"
93FILES_g++-symlinks = "\ 94FILES_g++-symlinks = "\
94 ${bindir}/c++ \ 95 ${bindir}/c++ \
95 ${bindir}/g++ \ 96 ${bindir}/g++ \
96" 97"
97 98
98
99FILES_${PN}-doc = "\ 99FILES_${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
105do_compile () { 105do_compile () {