summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-03-25 09:34:05 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2015-03-25 09:34:05 +0000
commit5e64934e6cd18326f521e52f62b42db80c83f8d1 (patch)
tree4dc33533e64c6ca4b34c7726f141ccc9f2394425
parent02d9f7e3803164ac6f504c1caa81d5af91e1b9d3 (diff)
15.03: update to GCC4.9 2014.11
Change-Id: Id4612682ec31b322df824ae2897f519cf14975fe Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--members/arm/android/images/armv8-android-juno-lsk/HOWTO_releasenotes.txt2
-rw-r--r--members/arm/openembedded/aarch64/HACKING.textile6
-rw-r--r--members/arm/openembedded/juno-lsk/HACKING.textile6
-rw-r--r--members/arm/openembedded/juno-lsk/README.textile2
4 files changed, 8 insertions, 8 deletions
diff --git a/members/arm/android/images/armv8-android-juno-lsk/HOWTO_releasenotes.txt b/members/arm/android/images/armv8-android-juno-lsk/HOWTO_releasenotes.txt
index 8392f14..3b060d6 100644
--- a/members/arm/android/images/armv8-android-juno-lsk/HOWTO_releasenotes.txt
+++ b/members/arm/android/images/armv8-android-juno-lsk/HOWTO_releasenotes.txt
@@ -1,7 +1,7 @@
h2. About the Linaro Android Release for Juno (Multi-arch 64-bit)
-The Linaro Android release is based on a snapshot of the Android AOSP master. The build contains multi-arch support allowing full use of the 64-bit ARMv8-A architecture and supports both 64-bit and 32-bit applications. Java-only applications will run as 64-bit in the supplied configuration with no modification. The release uses Linaro Stable Kernel version 3.10 and is integrated with ARM Mali drivers for 3D graphics acceleration. The sources are built using Android AOSP GCC version 4.9 for 64bit and Android (AOSP) GCC 4.8 for 32bit.
+The Linaro Android release is based on a snapshot of the Android AOSP master. The build contains multi-arch support allowing full use of the 64-bit ARMv8-A architecture and supports both 64-bit and 32-bit applications. Java-only applications will run as 64-bit in the supplied configuration with no modification. The release uses Linaro Stable Kernel version 3.10 and is integrated with ARM Mali drivers for 3D graphics acceleration.
The ARMv8-A reference software stack combined with the Juno ARM Development Platform (ADP) provides the ARM ecosystem with a foundation to accelerate Android availability on 64-bit silicon. The availability of this port is the culmination of a broad architecture enablement program carried out by Linaro, ARM and the ARM partnership. ARM partners will now have access to an AOSP file system with support for both 64-bit and 32-bit apps, together with a broad range of supporting material including the ARMv8-A FVP models, open source toolchain from Linaro and supporting documentation.
diff --git a/members/arm/openembedded/aarch64/HACKING.textile b/members/arm/openembedded/aarch64/HACKING.textile
index 383fb82..e1e3ad0 100644
--- a/members/arm/openembedded/aarch64/HACKING.textile
+++ b/members/arm/openembedded/aarch64/HACKING.textile
@@ -40,9 +40,9 @@ bc. sudo apt-get install build-essential git
bc. mkdir -p ~/bin
cd ~/bin
-wget http://releases.linaro.org/13.11/components/toolchain/binaries/gcc-linaro-aarch64-linux-gnu-4.8-2013.11_linux.tar.xz
-tar xf gcc-linaro-aarch64-linux-gnu-4.8-2013.11_linux.tar.xz
-PATH=$PATH:~/bin/gcc-linaro-aarch64-linux-gnu-4.8-2013.11_linux/bin
+wget http://releases.linaro.org/14.11/components/toolchain/binaries/aarch64-linux-gnu/gcc-linaro-4.9-2014.11-x86_64_aarch64-linux-gnu.tar.xz
+tar xf gcc-linaro-4.9-2014.11-x86_64_aarch64-linux-gnu.tar.xz
+PATH=$PATH:~/bin/gcc-linaro-4.9-2014.11-x86_64_aarch64-linux-gnu.tar.xz
h3. Get the Linaro Kernel Source
diff --git a/members/arm/openembedded/juno-lsk/HACKING.textile b/members/arm/openembedded/juno-lsk/HACKING.textile
index 96798de..fcfdfe7 100644
--- a/members/arm/openembedded/juno-lsk/HACKING.textile
+++ b/members/arm/openembedded/juno-lsk/HACKING.textile
@@ -15,9 +15,9 @@ bc. sudo apt-get install build-essential git
bc. mkdir -p ~/bin
cd ~/bin
-wget http://releases.linaro.org/13.11/components/toolchain/binaries/gcc-linaro-aarch64-linux-gnu-4.8-2013.11_linux.tar.xz
-tar xf gcc-linaro-aarch64-linux-gnu-4.8-2013.11_linux.tar.xz
-PATH=$PATH:~/bin/gcc-linaro-aarch64-linux-gnu-4.8-2013.11_linux/bin
+wget http://releases.linaro.org/14.11/components/toolchain/binaries/aarch64-linux-gnu/gcc-linaro-4.9-2014.11-x86_64_aarch64-linux-gnu.tar.xz
+tar xf gcc-linaro-4.9-2014.11-x86_64_aarch64-linux-gnu.tar.xz
+PATH=$PATH:~/bin/gcc-linaro-4.9-2014.11-x86_64_aarch64-linux-gnu.tar.xz
h3. Get the Linaro Kernel Source
diff --git a/members/arm/openembedded/juno-lsk/README.textile b/members/arm/openembedded/juno-lsk/README.textile
index 5e42391..cc387f6 100644
--- a/members/arm/openembedded/juno-lsk/README.textile
+++ b/members/arm/openembedded/juno-lsk/README.textile
@@ -1,7 +1,7 @@
h2. About the Linaro OpenEmbedded Release for ARMv8-A
-"OpenEmbedded":http://www.openembedded.org/wiki/Main_Page is a software framework used for creating Linux distributions aimed for, but not restricted to, embedded devices. The port offered here has been built using Linaro GCC version 4.8.
+"OpenEmbedded":http://www.openembedded.org/wiki/Main_Page is a software framework used for creating Linux distributions aimed for, but not restricted to, embedded devices.
h2. About the Juno ARM Development Platform