summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-05-05 18:11:40 -0300
committerDavid P <megver83@parabola.nu>2018-05-05 18:11:40 -0300
commitaf561530a7f2d0264f4a1dc3960c0f819ce2f98d (patch)
treeafe1a507b7d321d7605ef5e42b27c560862485da /cross
parentea1f2d25bfb09eb46ec0fe75b50c5a67c2eab150 (diff)
update [cross] PKGBUILDs
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'cross')
-rw-r--r--cross/cross-binutils/PKGBUILD9
-rw-r--r--cross/cross-gcc/PKGBUILD6
-rw-r--r--cross/cross-newlib/PKGBUILD9
3 files changed, 3 insertions, 21 deletions
diff --git a/cross/cross-binutils/PKGBUILD b/cross/cross-binutils/PKGBUILD
index d01e8e9fc..985b944fc 100644
--- a/cross/cross-binutils/PKGBUILD
+++ b/cross/cross-binutils/PKGBUILD
@@ -67,15 +67,6 @@
# @ : bin/sys (Only sh4 and sh4l support)
# < : experimental support. (future)
-#--------------------------------------------------------------------------------
-# Tips for build():
-#--------------------------------------------------------------------------------
-# * If builing without "--disable-multilib" make sure to have "--with-python-dir=share/gcc-$_target"
-
-# * When building using `make' instead of `make all-gcc' append "--with-sysroot=/usr/$_target" and
-# "--with-native-system-header-dir=/include". You'll also have to build and add a libc implementation
-# in makedepends as $_target-<libc> (e.g. $_target-newlib or $_target-glibc)
-
# Toolchain triplet: <_arch>-<machine>-<_os_target>
# <machine> is generally optional and uneeded
_target=x86_64-pc-linux-gnu
diff --git a/cross/cross-gcc/PKGBUILD b/cross/cross-gcc/PKGBUILD
index 0436dc773..4df7e6834 100644
--- a/cross/cross-gcc/PKGBUILD
+++ b/cross/cross-gcc/PKGBUILD
@@ -103,8 +103,8 @@ case ${_target%%-*} in
esac
pkgname=$_target-gcc
-_pkgver=7.3.0
-pkgver=$_pkgver+20180426
+_pkgver=8.1.0
+pkgver=$_pkgver+20180427
_islver=0.19
pkgrel=1
_snapshot=${pkgver:0:1}-${pkgver##$_pkgver+}
@@ -119,7 +119,7 @@ options=(!emptydirs !strip)
source=(#https://gcc.gnu.org/pub/gcc/releases/gcc-$_pkgver/gcc-$_pkgver.tar.bz2
https://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
-sha512sums=('7b2c99e12b654b70d630499b00518121276b55673002f3eab02ffa79b24160170bcf0cac4aeee0c07101377fb48adb882d9c4a24ea479305aa10b8c7ab1642d7'
+sha512sums=('c38c382f2246e2164d5f8d0402c4cfad7de0084f0d63d2ef9b489b7fa1695b157a2983f282811b6089dcb447432866d80dae4e84561c7f41395558cd96901d67'
'08f4db964d9e02ec8aa9779378ed76e0ddf1d56f81f87664dbf787555ce496cdc87e836f8a51ae137f45e648c604870cce07ee45919eafb549e404afb8f27083')
if [ -n "$_snapshot" ]; then
diff --git a/cross/cross-newlib/PKGBUILD b/cross/cross-newlib/PKGBUILD
index 4c3372ed8..9fd3818c6 100644
--- a/cross/cross-newlib/PKGBUILD
+++ b/cross/cross-newlib/PKGBUILD
@@ -66,15 +66,6 @@
# @ : bin/sys (Only sh4 and sh4l support)
# < : experimental support. (future)
-#--------------------------------------------------------------------------------
-# Tips for build():
-#--------------------------------------------------------------------------------
-# * If builing without "--disable-multilib" make sure to have "--with-python-dir=share/gcc-$_target"
-
-# * When building using `make' instead of `make all-gcc' append "--with-sysroot=/usr/$_target" and
-# "--with-native-system-header-dir=/include". You'll also have to build and add a libc implementation
-# in makedepends as $_target-<libc> (e.g. $_target-newlib or $_target-glibc)
-
# Toolchain triplet: <_arch>-<machine>-<_os_target>
# <machine> is generally optional and uneeded
_target=x86_64-pc-linux-gnu