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 Nov 5, 2013
1 parent 908d031 commit 12a9f0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/gcc.sh
Original file line number Diff line number Diff line change
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.09/+download/gcc-linaro-arm-linux-gnueabihf-4.8-2013.09_linux.tar.xz
#https://launchpad.net/linaro-toolchain-binaries/trunk/2013.10/+download/gcc-linaro-arm-linux-gnueabihf-4.8-2013.10_linux.tar.xz

gcc_version="4.8"
release="2013.09"
release="2013.10"
toolchain_name="gcc-linaro-arm-linux-gnueabihf"
site="https://launchpad.net/linaro-toolchain-binaries"
version="trunk/${release}"
Expand Down
4 changes: 4 additions & 0 deletions tools/host_det.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ debian_regs () {

#Linux Mint: Compatibility Matrix
#http://www.linuxmint.com/oldreleases.php
#http://packages.linuxmint.com/index.php
case "${deb_distro}" in
debian)
deb_distro="jessie"
Expand All @@ -240,6 +241,9 @@ debian_regs () {
olivia)
deb_distro="raring"
;;
petra)
deb_distro="saucy"
;;
esac

case "${deb_distro}" in
Expand Down

0 comments on commit 12a9f0f

Please sign in to comment.