Update cross compilers to gcc-8.2.0
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
commit
958e38b361
|
@ -1085,7 +1085,7 @@ libsratom-0.so.0 sratom-0.4.0_1
|
|||
libmongoose.so.0 libmongoose-3.1_1
|
||||
libpwquality.so.1 libpwquality-1.1.1_1
|
||||
libisl.so.10 isl-0.10_1
|
||||
libisl.so.15 isl15-0.16.1_1
|
||||
libisl.so.19 isl15-0.19_1
|
||||
libcloog-isl.so.4 cloog-0.18.1_1
|
||||
librtmp.so.1 librtmp-2.4.20161210_1
|
||||
libORBit-2.so.0 libORBit2-2.14.19_1
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template build file for 'avr-gcc'
|
||||
pkgname=avr-gcc
|
||||
version=7.3.0
|
||||
version=8.2.0
|
||||
revision=1
|
||||
short_desc="The GNU C Compiler for AVR"
|
||||
maintainer="allan <mail@may.mooo.com>"
|
||||
homepage="http://gcc.gnu.org"
|
||||
license="GFDL-1.2, GPL-3, LGPL-2.1"
|
||||
distfiles="${GNU_SITE}/gcc/gcc-${version}/gcc-${version}.tar.xz"
|
||||
checksum=832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c
|
||||
checksum=196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080
|
||||
wrksrc="gcc-$version"
|
||||
|
||||
hostmakedepends="flex avr-binutils"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'cross-aarch64-linux-gnu'
|
||||
#
|
||||
_binutils_version=2.29.1
|
||||
_gcc_version=7.3.0
|
||||
_gcc_version=8.2.0
|
||||
_glibc_version=2.26
|
||||
_linux_version=4.9.8
|
||||
|
||||
|
@ -10,12 +10,12 @@ _archflags="-march=armv8-a"
|
|||
_sysroot="/usr/${_triplet}"
|
||||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.25
|
||||
version=0.27
|
||||
revision=1
|
||||
short_desc="GNU Cross toolchain for the ${_triplet} LE target (binutils/gcc/glibc)"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
homepage="http://www.voidlinux.eu"
|
||||
license="GPL-3, GPL-2, LGPL-2.1"
|
||||
license="GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
|
||||
distfiles="
|
||||
${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.bz2
|
||||
${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz
|
||||
|
@ -23,7 +23,7 @@ distfiles="
|
|||
${KERNEL_SITE}/kernel/v4.x/linux-${_linux_version}.tar.xz"
|
||||
checksum="
|
||||
1509dff41369fb70aed23682351b663b56db894034773e6dbf7d5d6071fc55cc
|
||||
832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c
|
||||
196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080
|
||||
e54e0a934cd2bc94429be79da5e9385898d2306b9eaf3c92d5a77af96190f6bd
|
||||
150bb7f2dd4849b5d21b8ccd8d05294a48229e1fcb93a22e7b806a79ec0b0e45"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'cross-aarch64-linux-musl'
|
||||
#
|
||||
_binutils_version=2.29.1
|
||||
_gcc_version=7.3.0
|
||||
_gcc_version=8.2.0
|
||||
_musl_version=1.1.19
|
||||
_linux_version=4.9.8
|
||||
|
||||
|
@ -10,12 +10,12 @@ _archflags="-march=armv8-a"
|
|||
_sysroot="/usr/${_triplet}"
|
||||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.26
|
||||
revision=2
|
||||
version=0.27
|
||||
revision=1
|
||||
short_desc="Cross toolchain for ARM64 LE target (musl)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.voidlinux.eu"
|
||||
license="GPL-3, GPL-2, MIT"
|
||||
license="GPL-2.0-or-later, GPL-3.0-or-later, MIT"
|
||||
distfiles="
|
||||
${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.bz2
|
||||
${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz
|
||||
|
@ -23,7 +23,7 @@ distfiles="
|
|||
http://www.musl-libc.org/releases/musl-${_musl_version}.tar.gz"
|
||||
checksum="
|
||||
1509dff41369fb70aed23682351b663b56db894034773e6dbf7d5d6071fc55cc
|
||||
832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c
|
||||
196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080
|
||||
150bb7f2dd4849b5d21b8ccd8d05294a48229e1fcb93a22e7b806a79ec0b0e45
|
||||
db59a8578226b98373f5b27e61f0dd29ad2456f4aa9cec587ba8c24508e4c1d9"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'cross-arm-linux-gnueabi'
|
||||
#
|
||||
_binutils_version=2.29.1
|
||||
_gcc_version=7.3.0
|
||||
_gcc_version=8.2.0
|
||||
_glibc_version=2.26
|
||||
_linux_version=4.9.8
|
||||
|
||||
|
@ -11,12 +11,12 @@ _archflags="-march=armv5te -msoft-float -mfloat-abi=soft"
|
|||
_sysroot="/usr/${_triplet}"
|
||||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.25
|
||||
version=0.27
|
||||
revision=1
|
||||
short_desc="GNU Cross toolchain for the ${_triplet} LE target (binutils/gcc/glibc)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.voidlinux.eu"
|
||||
license="GPL-3, GPL-2, LGPL-2.1"
|
||||
license="GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1.0-or-later"
|
||||
distfiles="
|
||||
${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.bz2
|
||||
${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz
|
||||
|
@ -24,7 +24,7 @@ distfiles="
|
|||
${KERNEL_SITE}/kernel/v4.x/linux-${_linux_version}.tar.xz"
|
||||
checksum="
|
||||
1509dff41369fb70aed23682351b663b56db894034773e6dbf7d5d6071fc55cc
|
||||
832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c
|
||||
196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080
|
||||
e54e0a934cd2bc94429be79da5e9385898d2306b9eaf3c92d5a77af96190f6bd
|
||||
150bb7f2dd4849b5d21b8ccd8d05294a48229e1fcb93a22e7b806a79ec0b0e45"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'cross-arm-linux-gnueabihf'
|
||||
#
|
||||
_binutils_version=2.29.1
|
||||
_gcc_version=7.3.0
|
||||
_gcc_version=8.2.0
|
||||
_glibc_version=2.26
|
||||
_linux_version=4.9.8
|
||||
|
||||
|
@ -11,7 +11,7 @@ _archflags="-march=armv6 -mfpu=vfp -mfloat-abi=hard"
|
|||
_sysroot="/usr/${_triplet}"
|
||||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.25
|
||||
version=0.27
|
||||
revision=1
|
||||
short_desc="GNU Cross toolchain for the ${_triplet} LE target (binutils/gcc/glibc)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -24,7 +24,7 @@ distfiles="
|
|||
${KERNEL_SITE}/kernel/v4.x/linux-${_linux_version}.tar.xz"
|
||||
checksum="
|
||||
1509dff41369fb70aed23682351b663b56db894034773e6dbf7d5d6071fc55cc
|
||||
832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c
|
||||
196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080
|
||||
e54e0a934cd2bc94429be79da5e9385898d2306b9eaf3c92d5a77af96190f6bd
|
||||
150bb7f2dd4849b5d21b8ccd8d05294a48229e1fcb93a22e7b806a79ec0b0e45"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'cross-arm-linux-musleabi'
|
||||
#
|
||||
_binutils_version=2.29.1
|
||||
_gcc_version=7.3.0
|
||||
_gcc_version=8.2.0
|
||||
_musl_version=1.1.19
|
||||
_linux_version=4.9.8
|
||||
|
||||
|
@ -11,12 +11,12 @@ _archflags="-march=armv5te -msoft-float -mfloat-abi=soft"
|
|||
_sysroot="/usr/${_triplet}"
|
||||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.26
|
||||
revision=2
|
||||
version=0.27
|
||||
revision=1
|
||||
short_desc="Cross toolchain for ARMv5 TE target (musl)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.voidlinux.eu"
|
||||
license="GPL-3, GPL-2, MIT"
|
||||
license="GPL-2.0-or-later, GPL-3.0-or-later, MIT"
|
||||
distfiles="
|
||||
${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.bz2
|
||||
${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz
|
||||
|
@ -24,7 +24,7 @@ distfiles="
|
|||
http://www.musl-libc.org/releases/musl-${_musl_version}.tar.gz"
|
||||
checksum="
|
||||
1509dff41369fb70aed23682351b663b56db894034773e6dbf7d5d6071fc55cc
|
||||
832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c
|
||||
196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080
|
||||
150bb7f2dd4849b5d21b8ccd8d05294a48229e1fcb93a22e7b806a79ec0b0e45
|
||||
db59a8578226b98373f5b27e61f0dd29ad2456f4aa9cec587ba8c24508e4c1d9"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'cross-arm-linux-musleabihf'
|
||||
#
|
||||
_binutils_version=2.29.1
|
||||
_gcc_version=7.3.0
|
||||
_gcc_version=8.2.0
|
||||
_musl_version=1.1.19
|
||||
_linux_version=4.9.8
|
||||
|
||||
|
@ -11,12 +11,12 @@ _archflags="-march=armv6 -mfpu=vfp -mfloat-abi=hard"
|
|||
_sysroot="/usr/${_triplet}"
|
||||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.26
|
||||
revision=2
|
||||
version=0.27
|
||||
revision=1
|
||||
short_desc="Cross toolchain for ARMv6 LE Hard Float target (musl)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.voidlinux.eu"
|
||||
license="GPL-3, GPL-2, MIT"
|
||||
license="GPL-2.0-or-later, GPL-3.0-or-later, MIT"
|
||||
distfiles="
|
||||
${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.bz2
|
||||
${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz
|
||||
|
@ -24,7 +24,7 @@ distfiles="
|
|||
http://www.musl-libc.org/releases/musl-${_musl_version}.tar.gz"
|
||||
checksum="
|
||||
1509dff41369fb70aed23682351b663b56db894034773e6dbf7d5d6071fc55cc
|
||||
832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c
|
||||
196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080
|
||||
150bb7f2dd4849b5d21b8ccd8d05294a48229e1fcb93a22e7b806a79ec0b0e45
|
||||
db59a8578226b98373f5b27e61f0dd29ad2456f4aa9cec587ba8c24508e4c1d9"
|
||||
|
||||
|
|
|
@ -29,42 +29,26 @@ index b8bb4d65825..713e35b62af 100644
|
|||
use_gcc_stdint=wrap
|
||||
;;
|
||||
arm*-*-fuchsia*)
|
||||
@@ -3787,56 +3787,6 @@ case "${target}" in
|
||||
echo "Switch \"--with-tune\" may not be used with switch \"--with-cpu\"" 1>&2
|
||||
@@ -3899,43 +3899,6 @@
|
||||
exit 1
|
||||
fi
|
||||
-
|
||||
|
||||
- # Add extra multilibs
|
||||
- if test "x$with_multilib_list" != x; then
|
||||
- arm_multilibs=`echo $with_multilib_list | sed -e 's/,/ /g'`
|
||||
- case ${arm_multilibs} in
|
||||
- aprofile)
|
||||
- # Note that arm/t-aprofile is a
|
||||
- # stand-alone make file fragment to be
|
||||
- # used only with itself. We do not
|
||||
- # specifically use the
|
||||
- # TM_MULTILIB_OPTION framework because
|
||||
- # this shorthand is more
|
||||
- # pragmatic.
|
||||
- tmake_profile_file="arm/t-aprofile"
|
||||
- ;;
|
||||
- rmprofile)
|
||||
- # Note that arm/t-rmprofile is a
|
||||
- # stand-alone make file fragment to be
|
||||
- # used only with itself. We do not
|
||||
- # specifically use the
|
||||
- # TM_MULTILIB_OPTION framework because
|
||||
- # this shorthand is more
|
||||
- # pragmatic.
|
||||
- tmake_profile_file="arm/t-rmprofile"
|
||||
- ;;
|
||||
- default)
|
||||
- ;;
|
||||
- *)
|
||||
- echo "Error: --with-multilib-list=${with_multilib_list} not supported." 1>&2
|
||||
- exit 1
|
||||
- ;;
|
||||
- esac
|
||||
- if test "x${arm_multilibs}" != xdefault ; then
|
||||
- for arm_multilib in ${arm_multilibs}; do
|
||||
- case ${arm_multilib} in
|
||||
- aprofile|rmprofile)
|
||||
- tmake_profile_file="arm/t-multilib"
|
||||
- ;;
|
||||
- *)
|
||||
- echo "Error: --with-multilib-list=${with_multilib_list} not supported." 1>&2
|
||||
- exit 1
|
||||
- ;;
|
||||
- esac
|
||||
- done
|
||||
- fi
|
||||
-
|
||||
- if test "x${tmake_profile_file}" != x ; then
|
||||
- # arm/t-aprofile and arm/t-rmprofile are only
|
||||
|
@ -79,13 +63,16 @@ index b8bb4d65825..713e35b62af 100644
|
|||
- echo "Error: You cannot use any of --with-arch/cpu/fpu/float/mode with --with-multilib-list=${with_multilib_list}" 1>&2
|
||||
- exit 1
|
||||
- fi
|
||||
-
|
||||
- # But pass the default value for float-abi
|
||||
- # through to the multilib selector
|
||||
- with_float="soft"
|
||||
- tmake_file="${tmake_file} ${tmake_profile_file}"
|
||||
- TM_MULTILIB_CONFIG="$with_multilib_list"
|
||||
- fi
|
||||
- fi
|
||||
target_cpu_cname=${target_cpu_cname:-arm6}
|
||||
with_cpu=${with_cpu:-$target_cpu_cname}
|
||||
;;
|
||||
|
||||
fr*-*-*linux*)
|
||||
diff --git a/gcc/config/arm/t-mlibs b/gcc/config/arm/t-mlibs
|
||||
new file mode 100644
|
||||
index 00000000000..5720cf7503d
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'cross-arm-none-eabi'
|
||||
_binutils_version=2.29.1
|
||||
_gcc_version=7.3.0
|
||||
_gcc_version=8.2.0
|
||||
_newlib_version=2.4.0.20161025
|
||||
|
||||
_triplet=arm-none-eabi
|
||||
_sysroot="/usr/${_triplet}"
|
||||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.2
|
||||
version=0.27
|
||||
revision=1
|
||||
short_desc="GNU cross bare metal toolchain"
|
||||
maintainer="Thomas Bernard <thomas@famillebernardgouriou.fr>"
|
||||
homepage="http://www.voidlinux.eu"
|
||||
license="GPL-3, GPL-2, LGPL-2.1"
|
||||
license="GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1.0-or-later"
|
||||
distfiles="
|
||||
${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.bz2
|
||||
${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz
|
||||
|
@ -20,7 +20,7 @@ distfiles="
|
|||
|
||||
checksum="
|
||||
1509dff41369fb70aed23682351b663b56db894034773e6dbf7d5d6071fc55cc
|
||||
832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c
|
||||
196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080
|
||||
cbecbc637496fcec02829c12babf8441c6500eb1933c776d2fa4e0a9a35f081f"
|
||||
|
||||
lib32disabled=yes
|
||||
|
@ -33,6 +33,8 @@ create_wrksrc=yes
|
|||
hostmakedepends="perl flex bison"
|
||||
makedepends="zlib-devel gmp-devel mpfr-devel libmpc-devel isl15-devel"
|
||||
|
||||
broken="Does not build; some stage says hard-float support is required. Assigned to @teajay-fr"
|
||||
|
||||
_apply_patch() {
|
||||
local args="$1" pname="$(basename $2)"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'cross-armv7l-linux-gnueabihf'
|
||||
#
|
||||
_binutils_version=2.29.1
|
||||
_gcc_version=7.3.0
|
||||
_gcc_version=8.2.0
|
||||
_glibc_version=2.26
|
||||
_linux_version=4.9.8
|
||||
|
||||
|
@ -11,12 +11,12 @@ _archflags="-march=armv7-a -mfpu=vfpv3 -mfloat-abi=hard"
|
|||
_sysroot="/usr/${_triplet}"
|
||||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.25
|
||||
version=0.27
|
||||
revision=1
|
||||
short_desc="GNU Cross toolchain for the ${_triplet} LE target (binutils/gcc/glibc)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.voidlinux.eu"
|
||||
license="GPL-3,GPL-2,LGPL-2.1"
|
||||
license="GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
|
||||
distfiles="
|
||||
${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.bz2
|
||||
${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz
|
||||
|
@ -24,7 +24,7 @@ distfiles="
|
|||
${KERNEL_SITE}/kernel/v4.x/linux-${_linux_version}.tar.xz"
|
||||
checksum="
|
||||
1509dff41369fb70aed23682351b663b56db894034773e6dbf7d5d6071fc55cc
|
||||
832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c
|
||||
196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080
|
||||
e54e0a934cd2bc94429be79da5e9385898d2306b9eaf3c92d5a77af96190f6bd
|
||||
150bb7f2dd4849b5d21b8ccd8d05294a48229e1fcb93a22e7b806a79ec0b0e45"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'cross-armv7l-linux-musleabihf'
|
||||
#
|
||||
_binutils_version=2.29.1
|
||||
_gcc_version=7.3.0
|
||||
_gcc_version=8.2.0
|
||||
_musl_version=1.1.19
|
||||
_linux_version=4.9.8
|
||||
|
||||
|
@ -11,12 +11,12 @@ _archflags="-march=armv7-a -mfpu=vfpv3 -mfloat-abi=hard"
|
|||
_sysroot="/usr/${_triplet}"
|
||||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.26
|
||||
revision=2
|
||||
version=0.27
|
||||
revision=1
|
||||
short_desc="Cross toolchain for ARMv7 LE Hard Float target (musl)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.voidlinux.eu"
|
||||
license="GPL-3, GPL-2, MIT"
|
||||
license="GPL-2.0-or-later, GPL-3.0-or-later, MIT"
|
||||
distfiles="
|
||||
${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.bz2
|
||||
${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz
|
||||
|
@ -24,7 +24,7 @@ distfiles="
|
|||
http://www.musl-libc.org/releases/musl-${_musl_version}.tar.gz"
|
||||
checksum="
|
||||
1509dff41369fb70aed23682351b663b56db894034773e6dbf7d5d6071fc55cc
|
||||
832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c
|
||||
196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080
|
||||
150bb7f2dd4849b5d21b8ccd8d05294a48229e1fcb93a22e7b806a79ec0b0e45
|
||||
db59a8578226b98373f5b27e61f0dd29ad2456f4aa9cec587ba8c24508e4c1d9"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'cross-i686-linux-musl'
|
||||
#
|
||||
_binutils_version=2.29.1
|
||||
_gcc_version=7.3.0
|
||||
_gcc_version=8.2.0
|
||||
_musl_version=1.1.19
|
||||
_linux_version=4.9.8
|
||||
|
||||
|
@ -10,12 +10,12 @@ _sysroot="/usr/${_triplet}"
|
|||
_archflags="-march=i686"
|
||||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.26
|
||||
revision=2
|
||||
version=0.27
|
||||
revision=1
|
||||
short_desc="Cross toolchain for i686 target (musl)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.voidlinux.eu"
|
||||
license="GPL-3, GPL-2, MIT"
|
||||
license="GPL-2.0-or-later, GPL-3.0-or-later, MIT"
|
||||
distfiles="
|
||||
${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.bz2
|
||||
${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz
|
||||
|
@ -23,7 +23,7 @@ distfiles="
|
|||
http://www.musl-libc.org/releases/musl-${_musl_version}.tar.gz"
|
||||
checksum="
|
||||
1509dff41369fb70aed23682351b663b56db894034773e6dbf7d5d6071fc55cc
|
||||
832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c
|
||||
196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080
|
||||
150bb7f2dd4849b5d21b8ccd8d05294a48229e1fcb93a22e7b806a79ec0b0e45
|
||||
db59a8578226b98373f5b27e61f0dd29ad2456f4aa9cec587ba8c24508e4c1d9"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'cross-i686-pc-linux-gnu'
|
||||
#
|
||||
_binutils_version=2.29.1
|
||||
_gcc_version=7.3.0
|
||||
_gcc_version=8.2.0
|
||||
_glibc_version=2.26
|
||||
_linux_version=4.9.8
|
||||
|
||||
|
@ -10,12 +10,12 @@ _archflags="-march=i686 -mtune=generic"
|
|||
_sysroot="/usr/${_triplet}"
|
||||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.25
|
||||
version=0.27
|
||||
revision=1
|
||||
short_desc="GNU Cross toolchain for the ${_triplet} target (binutils/gcc/glibc)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.voidlinux.eu"
|
||||
license="GPL-3, GPL-2, LGPL-2.1"
|
||||
license="GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
|
||||
distfiles="
|
||||
${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.bz2
|
||||
${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz
|
||||
|
@ -23,7 +23,7 @@ distfiles="
|
|||
${KERNEL_SITE}/kernel/v4.x/linux-${_linux_version}.tar.xz"
|
||||
checksum="
|
||||
1509dff41369fb70aed23682351b663b56db894034773e6dbf7d5d6071fc55cc
|
||||
832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c
|
||||
196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080
|
||||
e54e0a934cd2bc94429be79da5e9385898d2306b9eaf3c92d5a77af96190f6bd
|
||||
150bb7f2dd4849b5d21b8ccd8d05294a48229e1fcb93a22e7b806a79ec0b0e45"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'cross-mips-linux-musl'
|
||||
#
|
||||
_binutils_version=2.29.1
|
||||
_gcc_version=7.3.0
|
||||
_gcc_version=8.2.0
|
||||
_musl_version=1.1.19
|
||||
_linux_version=4.9.8
|
||||
|
||||
|
@ -11,12 +11,12 @@ _archflags="-march=mips32r2 -msoft-float"
|
|||
_sysroot="/usr/${_triplet}"
|
||||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.26
|
||||
version=0.27
|
||||
revision=1
|
||||
short_desc="Cross toolchain for MIPS32r2 BE softfloat target (musl)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.voidlinux.eu"
|
||||
license="GPL-3, GPL-2, MIT"
|
||||
license="GPL-2.0-or-later, GPL-3.0-or-later, MIT"
|
||||
distfiles="
|
||||
${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.bz2
|
||||
${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz
|
||||
|
@ -24,7 +24,7 @@ distfiles="
|
|||
http://www.musl-libc.org/releases/musl-${_musl_version}.tar.gz"
|
||||
checksum="
|
||||
1509dff41369fb70aed23682351b663b56db894034773e6dbf7d5d6071fc55cc
|
||||
832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c
|
||||
196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080
|
||||
150bb7f2dd4849b5d21b8ccd8d05294a48229e1fcb93a22e7b806a79ec0b0e45
|
||||
db59a8578226b98373f5b27e61f0dd29ad2456f4aa9cec587ba8c24508e4c1d9"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'cross-mips-linux-muslhf'
|
||||
#
|
||||
_binutils_version=2.29.1
|
||||
_gcc_version=7.3.0
|
||||
_gcc_version=8.2.0
|
||||
_musl_version=1.1.19
|
||||
_linux_version=4.9.8
|
||||
|
||||
|
@ -11,12 +11,12 @@ _archflags="-march=mips32r2 -mhard-float"
|
|||
_sysroot="/usr/${_triplet}"
|
||||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.26
|
||||
version=0.27
|
||||
revision=1
|
||||
short_desc="Cross toolchain for MIPS32r2 BE hardfloat target (musl)"
|
||||
maintainer="hipperson0 <hipperson0@gmail.com>"
|
||||
homepage="https://www.voidlinux.eu"
|
||||
license="GPL-3, GPL-2, MIT"
|
||||
license="GPL-2.0-or-later, GPL-3.0-or-later, MIT"
|
||||
distfiles="
|
||||
${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.bz2
|
||||
${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz
|
||||
|
@ -24,7 +24,7 @@ distfiles="
|
|||
https://www.musl-libc.org/releases/musl-${_musl_version}.tar.gz"
|
||||
checksum="
|
||||
1509dff41369fb70aed23682351b663b56db894034773e6dbf7d5d6071fc55cc
|
||||
832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c
|
||||
196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080
|
||||
150bb7f2dd4849b5d21b8ccd8d05294a48229e1fcb93a22e7b806a79ec0b0e45
|
||||
db59a8578226b98373f5b27e61f0dd29ad2456f4aa9cec587ba8c24508e4c1d9"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'cross-mipsel-linux-musl'
|
||||
#
|
||||
_binutils_version=2.29.1
|
||||
_gcc_version=7.3.0
|
||||
_gcc_version=8.2.0
|
||||
_musl_version=1.1.19
|
||||
_linux_version=4.9.8
|
||||
|
||||
|
@ -11,12 +11,12 @@ _archflags="-march=mips32r2 -msoft-float"
|
|||
_sysroot="/usr/${_triplet}"
|
||||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.26
|
||||
version=0.27
|
||||
revision=1
|
||||
short_desc="Cross toolchain for MIPS32r2 LE softfloat target (musl)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.voidlinux.eu"
|
||||
license="GPL-3, GPL-2, MIT"
|
||||
license="GPL-2.0-or-later, GPL-3.0-or-later, MIT"
|
||||
distfiles="
|
||||
${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.bz2
|
||||
${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz
|
||||
|
@ -24,7 +24,7 @@ distfiles="
|
|||
http://www.musl-libc.org/releases/musl-${_musl_version}.tar.gz"
|
||||
checksum="
|
||||
1509dff41369fb70aed23682351b663b56db894034773e6dbf7d5d6071fc55cc
|
||||
832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c
|
||||
196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080
|
||||
150bb7f2dd4849b5d21b8ccd8d05294a48229e1fcb93a22e7b806a79ec0b0e45
|
||||
db59a8578226b98373f5b27e61f0dd29ad2456f4aa9cec587ba8c24508e4c1d9"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'cross-mipsel-linux-muslhf'
|
||||
#
|
||||
_binutils_version=2.29.1
|
||||
_gcc_version=7.3.0
|
||||
_gcc_version=8.2.0
|
||||
_musl_version=1.1.19
|
||||
_linux_version=4.9.8
|
||||
|
||||
|
@ -11,12 +11,12 @@ _archflags="-march=mips32r2 -mhard-float"
|
|||
_sysroot="/usr/${_triplet}"
|
||||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.26
|
||||
version=0.27
|
||||
revision=1
|
||||
short_desc="Cross toolchain for MIPS32r2 LE hardfloat target (musl)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.voidlinux.eu"
|
||||
license="GPL-3, GPL-2, MIT"
|
||||
license="GPL-2.0-or-later, GPL-3.0-or-later, MIT"
|
||||
distfiles="
|
||||
${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.bz2
|
||||
${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz
|
||||
|
@ -24,7 +24,7 @@ distfiles="
|
|||
http://www.musl-libc.org/releases/musl-${_musl_version}.tar.gz"
|
||||
checksum="
|
||||
1509dff41369fb70aed23682351b663b56db894034773e6dbf7d5d6071fc55cc
|
||||
832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c
|
||||
196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080
|
||||
150bb7f2dd4849b5d21b8ccd8d05294a48229e1fcb93a22e7b806a79ec0b0e45
|
||||
db59a8578226b98373f5b27e61f0dd29ad2456f4aa9cec587ba8c24508e4c1d9"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cross-vpkg-dummy'
|
||||
pkgname=cross-vpkg-dummy
|
||||
version=0.25
|
||||
version=0.27
|
||||
revision=1
|
||||
build_style=meta
|
||||
short_desc="Dummy meta-pkg for cross building packages with xbps-src"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'cross-x86_64-linux-musl'
|
||||
#
|
||||
_binutils_version=2.29.1
|
||||
_gcc_version=7.3.0
|
||||
_gcc_version=8.2.0
|
||||
_musl_version=1.1.19
|
||||
_linux_version=4.9.8
|
||||
|
||||
|
@ -9,12 +9,12 @@ _triplet=x86_64-linux-musl
|
|||
_sysroot="/usr/${_triplet}"
|
||||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.26
|
||||
revision=2
|
||||
version=0.27
|
||||
revision=1
|
||||
short_desc="Cross toolchain for x86_64 with musl"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.voidlinux.eu"
|
||||
license="GPL-3, GPL-2, MIT"
|
||||
license="GPL-2.0-or-later, GPL-3.0-or-later, MIT"
|
||||
distfiles="
|
||||
${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.bz2
|
||||
${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz
|
||||
|
@ -22,7 +22,7 @@ distfiles="
|
|||
http://www.musl-libc.org/releases/musl-${_musl_version}.tar.gz"
|
||||
checksum="
|
||||
1509dff41369fb70aed23682351b663b56db894034773e6dbf7d5d6071fc55cc
|
||||
832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c
|
||||
196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080
|
||||
150bb7f2dd4849b5d21b8ccd8d05294a48229e1fcb93a22e7b806a79ec0b0e45
|
||||
db59a8578226b98373f5b27e61f0dd29ad2456f4aa9cec587ba8c24508e4c1d9"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'isl15'.
|
||||
pkgname=isl15
|
||||
version=0.16.1
|
||||
version=0.19
|
||||
revision=1
|
||||
wrksrc="isl-${version}"
|
||||
bootstrap=yes
|
||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://freecode.com/projects/isl"
|
||||
license="LGPL-2.1"
|
||||
distfiles="http://isl.gforge.inria.fr/isl-${version}.tar.bz2"
|
||||
checksum=412538bb65c799ac98e17e8cfcdacbb257a57362acfaaff254b0fcae970126d2
|
||||
checksum=d59726f34f7852a081fbd3defd1ab2136f174110fc2e0c8d10bb122173fa9ed8
|
||||
|
||||
post_install() {
|
||||
# Remove gdb python files.
|
||||
|
|
Loading…
Reference in New Issue