diff options
Diffstat (limited to 'meta/conf/distro/include')
-rw-r--r-- | meta/conf/distro/include/tcmode-default.inc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 584da9bbba..ae6f272426 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc | |||
@@ -16,8 +16,12 @@ PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-initial = "${TCLIBC}-initial" | |||
16 | PREFERRED_PROVIDER_virtual/${SDK_PREFIX}libc-initial-nativesdk = "${TCLIBC}-initial-nativesdk" | 16 | PREFERRED_PROVIDER_virtual/${SDK_PREFIX}libc-initial-nativesdk = "${TCLIBC}-initial-nativesdk" |
17 | PREFERRED_PROVIDER_virtual/gettext ??= "gettext" | 17 | PREFERRED_PROVIDER_virtual/gettext ??= "gettext" |
18 | 18 | ||
19 | GCCVERSION ?= "4.5.1" | 19 | GCCVERSION ?= "4.6.0" |
20 | SDKGCCVERSION ?= "4.5.1" | 20 | SDKGCCVERSION ?= "4.6.0" |
21 | GCCVERSION_mips ?= "4.5.1" | ||
22 | SDKGCCVERSION_mips ?= "4.5.1" | ||
23 | GCCVERSION_ppc ?= "4.5.1" | ||
24 | SDKGCCVERSION_ppc ?= "4.5.1" | ||
21 | BINUVERSION ?= "2.21" | 25 | BINUVERSION ?= "2.21" |
22 | GLIBCVERSION ?= "2.10.1" | 26 | GLIBCVERSION ?= "2.10.1" |
23 | EGLIBCVERSION ?= "2.12" | 27 | EGLIBCVERSION ?= "2.12" |