diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.6.inc | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc index 758c93ea88..ece378d372 100644 --- a/meta/recipes-devtools/gcc/gcc-4.6.inc +++ b/meta/recipes-devtools/gcc/gcc-4.6.inc | |||
@@ -23,7 +23,7 @@ BRANCH = "gcc-4_6-branch" | |||
23 | FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.6' ], d)}" | 23 | FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.6' ], d)}" |
24 | 24 | ||
25 | DEPENDS =+ "mpfr gmp libmpc" | 25 | DEPENDS =+ "mpfr gmp libmpc" |
26 | NATIVEDEPS = "mpfr-native gmp-native libmpc-native" | 26 | NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native" |
27 | 27 | ||
28 | LICENSE="GPL-3.0-with-GCC-exception & GPLv3" | 28 | LICENSE="GPL-3.0-with-GCC-exception & GPLv3" |
29 | 29 | ||
@@ -86,16 +86,12 @@ B = "${WORKDIR}/${BRANCH}/build.${HOST_SYS}.${TARGET_SYS}" | |||
86 | FORTRAN = "" | 86 | FORTRAN = "" |
87 | JAVA = "" | 87 | JAVA = "" |
88 | 88 | ||
89 | #EXTRA_OECONF_BASE = " --enable-cheaders=c_std \ | ||
90 | # --enable-libssp \ | ||
91 | # --disable-bootstrap \ | ||
92 | # --disable-libgomp \ | ||
93 | # --disable-libmudflap" | ||
94 | EXTRA_OECONF_BASE = " --enable-lto \ | 89 | EXTRA_OECONF_BASE = " --enable-lto \ |
95 | --enable-libssp \ | 90 | --enable-libssp \ |
96 | --disable-bootstrap \ | 91 | --disable-bootstrap \ |
97 | --disable-libgomp \ | 92 | --disable-libgomp \ |
98 | --disable-libmudflap \ | 93 | --disable-libmudflap \ |
94 | --with-system-zlib \ | ||
99 | --with-linker-hash-style=${LINKER_HASH_STYLE} \ | 95 | --with-linker-hash-style=${LINKER_HASH_STYLE} \ |
100 | --enable-cheaders=c_global " | 96 | --enable-cheaders=c_global " |
101 | 97 | ||
@@ -103,11 +99,17 @@ EXTRA_OECONF_INITIAL = "--disable-libmudflap \ | |||
103 | --disable-libgomp \ | 99 | --disable-libgomp \ |
104 | --disable-libssp \ | 100 | --disable-libssp \ |
105 | --disable-libquadmath \ | 101 | --disable-libquadmath \ |
102 | --with-system-zlib \ | ||
103 | --disable-lto \ | ||
104 | --disable-plugin \ | ||
106 | --enable-decimal-float=no" | 105 | --enable-decimal-float=no" |
107 | 106 | ||
108 | EXTRA_OECONF_INTERMEDIATE = "--disable-libmudflap \ | 107 | EXTRA_OECONF_INTERMEDIATE = "--disable-libmudflap \ |
109 | --disable-libgomp \ | 108 | --disable-libgomp \ |
110 | --disable-libquadmath \ | 109 | --disable-libquadmath \ |
110 | --with-system-zlib \ | ||
111 | --disable-lto \ | ||
112 | --disable-plugin \ | ||
111 | --disable-libssp" | 113 | --disable-libssp" |
112 | 114 | ||
113 | EXTRA_OECONF_append_linux-uclibc = " --disable-decimal-float " | 115 | EXTRA_OECONF_append_linux-uclibc = " --disable-decimal-float " |