summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Halfmoon2016-12-24 22:37:06 +0100
committerJohnny Halfmoon2016-12-24 22:37:06 +0100
commit449517eab00ba50d67356e152ec51ed7eb3b595f (patch)
treeaccded3fb1bfd8abbd1e1a413505a83b4a3b7bd8
parent06450caf5d8eb66625c5c2cd341e848de1c8b448 (diff)
downloadaur-arm-none-eabi-gcc49-linaro.tar.gz
new location for newlib source
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37e21399ff81..b3cbb7b12b61 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ provides=('arm-none-eabi-gcc')
conflicts=('arm-none-eabi-gcc' 'cross-arm-none-eabi-gcc')
options=(staticlibs !libtool !emptydirs !strip zipman docs)
source=(http://releases.linaro.org/components/toolchain/gcc-linaro/${_relverdate}/gcc-linaro-${_relverdate}.tar.xz
- http://releases.linaro.org/${_newlibvershort}/components/toolchain/newlib-linaro/newlib-${_newlibver}.tar.xz
+ http://releases.linaro.org/archive/${_newlibvershort}/components/toolchain/newlib-linaro/newlib-${_newlibver}.tar.xz
gcc-4.9-fix-build-with-gcc-6.patch
gcc-${_relver}-multilib2.patch
gcc-${_relver}-no-exceptions.patch)