Skip to content

Commit

Permalink
scripts: sync with master of: git://github.com/RobertCNelson/stable-k…
Browse files Browse the repository at this point in the history
…ernel.git

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
  • Loading branch information
RobertCNelson committed Oct 2, 2013
1 parent c80f1c7 commit 873c404
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ gcc_linaro_toolchain () {
case "${linaro_toolchain}" in
arm9_gcc_4_7)
#https://launchpad.net/gcc-arm-embedded/+download
#https://launchpad.net/gcc-arm-embedded/4.7/4.7-2013-q2-update/+download/gcc-arm-none-eabi-4_7-2013q2-20130614-linux.tar.bz2
#https://launchpad.net/gcc-arm-embedded/4.7/4.7-2013-q3-update/+download/gcc-arm-none-eabi-4_7-2013q3-20130916-linux.tar.bz2

toolchain_name="gcc-arm-none-eabi"
site="https://launchpad.net/gcc-arm-embedded"
version="4.7/4.7-2013-q2-update"
version_date="20130614"
directory="${toolchain_name}-4_7-2013q2"
version="4.7/4.7-2013-q3-update"
version_date="20130916"
directory="${toolchain_name}-4_7-2013q3"
filename="${directory}-${version_date}-linux.tar.bz2"
datestamp="${version_date}-${toolchain_name}"
untar="tar -xjf"
Expand Down Expand Up @@ -104,10 +104,10 @@ gcc_linaro_toolchain () {
;;
cortex_gcc_4_8)
#https://launchpad.net/linaro-toolchain-binaries/+download
#https://launchpad.net/linaro-toolchain-binaries/trunk/2013.08/+download/gcc-linaro-arm-linux-gnueabihf-4.8-2013.08_linux.tar.xz
#https://launchpad.net/linaro-toolchain-binaries/trunk/2013.09/+download/gcc-linaro-arm-linux-gnueabihf-4.8-2013.09_linux.tar.xz

gcc_version="4.8"
release="2013.08"
release="2013.09"
toolchain_name="gcc-linaro-arm-linux-gnueabihf"
site="https://launchpad.net/linaro-toolchain-binaries"
version="trunk/${release}"
Expand Down
6 changes: 6 additions & 0 deletions system.sh.sample
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ fi
#
##For Freescale: i.mx6sl:
#ZRELADDR=0x80008000
#
##For Atmel: AT91 & SAMA5
#ZRELADDR=0x20008000
#
##For Atmel: AT91SAM9G45
#ZRELADDR=0x70008000

###OPTIONAL: MMC: (REQUIRED FOR RUNNING: tools/install_kernel.sh)
#Note: This operates on raw disks, NOT PARTITIONS..
Expand Down

0 comments on commit 873c404

Please sign in to comment.