cross-mipsel-linux-muslhf: update to 0.24 (gcc-7.2.0)
This commit is contained in:
parent
3cb481eb9d
commit
8632ba0cf8
3 changed files with 7 additions and 9 deletions
|
@ -1 +0,0 @@
|
|||
../../gcc/files/gcc-6.3.0-musl.diff
|
|
@ -1 +0,0 @@
|
|||
../../gcc/patches/libcpp-source_date_epoch.patch
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'cross-mipsel-linux-muslhf'
|
||||
#
|
||||
_binutils_version=2.29
|
||||
_gcc_version=6.3.0
|
||||
_gcc_version=7.2.0
|
||||
_musl_version=1.1.16
|
||||
_linux_version=4.9.8
|
||||
|
||||
|
@ -11,20 +11,20 @@ _archflags="-march=mips32r2 -mhard-float"
|
|||
_sysroot="/usr/${_triplet}"
|
||||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.23
|
||||
revision=4
|
||||
version=0.24
|
||||
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"
|
||||
distfiles="
|
||||
${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.bz2
|
||||
${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.bz2
|
||||
${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz
|
||||
${KERNEL_SITE}/kernel/v4.x/linux-${_linux_version}.tar.xz
|
||||
http://www.musl-libc.org/releases/musl-${_musl_version}.tar.gz"
|
||||
checksum="
|
||||
29a29549869039aad75fdf507ac30366da5ad0b974fbff4a8e7148dbf4f40ebf
|
||||
f06ae7f3f790fbf0f018f6d40e844451e6bc3b7bc96e128e63b09825c1f8b29f
|
||||
1cf7adf8ff4b5aa49041c8734bbcf1ad18cc4c94d0029aae0f4e48841088479a
|
||||
150bb7f2dd4849b5d21b8ccd8d05294a48229e1fcb93a22e7b806a79ec0b0e45
|
||||
937185a5e5d721050306cf106507a006c3f1f86d86cd550024ea7be909071011"
|
||||
|
||||
|
@ -83,8 +83,6 @@ _gcc_bootstrap() {
|
|||
[ -f ${wrksrc}/.gcc_bootstrap_done ] && return 0
|
||||
|
||||
cd ${wrksrc}/gcc-${_gcc_version}
|
||||
_apply_patch -p1 ${FILESDIR}/gcc-6.3.0-musl.diff
|
||||
_apply_patch -p0 ${FILESDIR}/libcpp-source_date_epoch.patch
|
||||
_apply_patch -p0 ${FILESDIR}/fix-cxxflags-passing.patch
|
||||
|
||||
msg_normal "Building cross gcc bootstrap\n"
|
||||
|
@ -169,6 +167,8 @@ _gcc_build() {
|
|||
_args+=" --with-sysroot=${_sysroot}"
|
||||
_args+=" --enable-languages=c,c++,fortran,lto"
|
||||
_args+=" --enable-lto"
|
||||
_args+=" --enable-default-pie"
|
||||
_args+=" --enable-default-ssp"
|
||||
_args+=" --disable-libsanitizer"
|
||||
_args+=" --disable-multilib"
|
||||
_args+=" --disable-nls"
|
||||
|
|
Loading…
Reference in a new issue