diff options
| author | Saul Wold <sgw@linux.intel.com> | 2013-04-03 09:08:38 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-28 09:14:08 +0100 |
| commit | 09a4af20aef12be8f221f3d50781cbcefc322846 (patch) | |
| tree | 550dddf055f8c1d88324232ba467974bb41a3d93 | |
| parent | 3030bbd85de6af30c4c515b04434ac95d762927a (diff) | |
| download | poky-09a4af20aef12be8f221f3d50781cbcefc322846.tar.gz | |
tcmode-default: Set GCC 4.8 as default
(From OE-Core rev: 7950a307bc7d4104e6cfb09bb2ea267c5da83f2a)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/conf/distro/include/tcmode-default.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 9aeaeac077..98a8df9227 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc | |||
| @@ -17,7 +17,7 @@ PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-initial = "${TCLIBC}-initial" | |||
| 17 | PREFERRED_PROVIDER_virtual/nativesdk-${SDK_PREFIX}libc-initial = "nativesdk-${TCLIBC}-initial" | 17 | PREFERRED_PROVIDER_virtual/nativesdk-${SDK_PREFIX}libc-initial = "nativesdk-${TCLIBC}-initial" |
| 18 | PREFERRED_PROVIDER_virtual/gettext ??= "gettext" | 18 | PREFERRED_PROVIDER_virtual/gettext ??= "gettext" |
| 19 | 19 | ||
| 20 | GCCVERSION ?= "4.7%" | 20 | GCCVERSION ?= "4.8%" |
| 21 | SDKGCCVERSION ?= "${GCCVERSION}" | 21 | SDKGCCVERSION ?= "${GCCVERSION}" |
| 22 | BINUVERSION ?= "2.23.2" | 22 | BINUVERSION ?= "2.23.2" |
| 23 | EGLIBCVERSION ?= "2.17" | 23 | EGLIBCVERSION ?= "2.17" |
