cross-*: build with --enable-libstdcxx-time; update toolchain components.
This commit is contained in:
parent
d3129569ce
commit
ab47bc78d3
7 changed files with 28 additions and 22 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
_binutils_version=2.24
|
||||
_gcc_version=4.7.3
|
||||
_glibc_version=2.18
|
||||
_glibc_version=2.19
|
||||
_linux_version=3.10.6
|
||||
|
||||
_triplet=arm-linux-gnueabi
|
||||
|
@ -11,7 +11,7 @@ _archflags="-march=armv5te -msoft-float -mfloat-abi=soft"
|
|||
_CROSS_SYSROOT="/usr/${_triplet}"
|
||||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.14
|
||||
version=0.15
|
||||
revision=1
|
||||
short_desc="GNU Cross toolchain for the ${_triplet} LE target (binutils/gcc/glibc)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -25,7 +25,7 @@ distfiles="
|
|||
checksum="
|
||||
e5e8c5be9664e7f7f96e0d09919110ab5ad597794f5b1809871177a0f0f14137
|
||||
2f7c37eb4fc14422ff2358a9ef59c974a75ab41204ef0e49fc34ab1d8981a9c3
|
||||
2cb4e1e381928f1e5e55e71ab1ba8e0ea7ede75ff9709770435bfd018ea257a3
|
||||
2d3997f588401ea095a0b27227b1d50cdfdd416236f6567b564549d3b46ea2a2
|
||||
ed4dfd9f56b7c82e9c71331bbf8d2ea01ddfddc1b6209bd3f3c8640aa24065cf"
|
||||
|
||||
lib32disabled=yes
|
||||
|
@ -193,7 +193,8 @@ _gcc_build() {
|
|||
--disable-nls --disable-sjlj-exceptions \
|
||||
--enable-threads=posix --enable-long-longx \
|
||||
--enable-shared --enable-linker-build-id \
|
||||
--enable-gnu-unique-object --enable-lto ${_fpuflags}
|
||||
--enable-gnu-unique-object --enable-lto \
|
||||
--enable-libstdcxx-time ${_fpuflags}
|
||||
|
||||
make ${makejobs}
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ _archflags="-march=armv6 -mfpu=vfp -mfloat-abi=hard"
|
|||
_sysroot="/usr/${_triplet}"
|
||||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.6
|
||||
version=0.15
|
||||
revision=1
|
||||
short_desc="Cross toolchain for the ${_triplet} LE Hard Float target"
|
||||
maintainer="Juan RP <xtraeme@gmail.org>"
|
||||
|
@ -136,7 +136,8 @@ _gcc_build() {
|
|||
--disable-multilib --disable-nls --disable-libquadmath \
|
||||
--disable-libmudflap --enable-c99 --enable-shared \
|
||||
--enable-long-long --enable-threads=posix \
|
||||
--disable-libssp --disable-libstdcxx-pch ${_fpuflags}
|
||||
--disable-libssp --disable-libstdcxx-pch \
|
||||
--enable-libstdcxx-time ${_fpuflags}
|
||||
|
||||
make ${makejobs}
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ _sysroot="/usr/${_triplet}"
|
|||
_archflags="-march=i686"
|
||||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.6
|
||||
version=0.15
|
||||
revision=1
|
||||
short_desc="Cross toolchain for the ${_triplet} target"
|
||||
maintainer="Juan RP <xtraeme@gmail.org>"
|
||||
|
@ -137,7 +137,8 @@ _gcc_build() {
|
|||
--disable-multilib --disable-nls --disable-libquadmath \
|
||||
--disable-libmudflap --enable-c99 --enable-shared \
|
||||
--enable-long-long --enable-threads=posix \
|
||||
--disable-libssp --disable-libstdcxx-pch ${_fpuflags}
|
||||
--disable-libssp --disable-libstdcxx-pch \
|
||||
--enable-libstdcxx-time ${_fpuflags}
|
||||
|
||||
make ${makejobs}
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
_binutils_version=2.24
|
||||
_gcc_version=4.7.3
|
||||
_glibc_version=2.18
|
||||
_glibc_version=2.19
|
||||
_linux_version=3.10.6
|
||||
|
||||
_triplet=i686-pc-linux-gnu
|
||||
|
@ -10,7 +10,7 @@ _archflags="-march=i686 -mtune=generic"
|
|||
_CROSS_SYSROOT="/usr/${_triplet}"
|
||||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.10
|
||||
version=0.15
|
||||
revision=1
|
||||
short_desc="GNU Cross toolchain for the ${_triplet} target (binutils/gcc/glibc)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -24,7 +24,7 @@ distfiles="
|
|||
checksum="
|
||||
e5e8c5be9664e7f7f96e0d09919110ab5ad597794f5b1809871177a0f0f14137
|
||||
2f7c37eb4fc14422ff2358a9ef59c974a75ab41204ef0e49fc34ab1d8981a9c3
|
||||
2cb4e1e381928f1e5e55e71ab1ba8e0ea7ede75ff9709770435bfd018ea257a3
|
||||
2d3997f588401ea095a0b27227b1d50cdfdd416236f6567b564549d3b46ea2a2
|
||||
ed4dfd9f56b7c82e9c71331bbf8d2ea01ddfddc1b6209bd3f3c8640aa24065cf"
|
||||
|
||||
lib32disabled=yes
|
||||
|
@ -196,7 +196,7 @@ _gcc_build() {
|
|||
--disable-multilib --disable-nls --disable-libquadmath \
|
||||
--disable-libmudflap --enable-c99 --enable-shared \
|
||||
--enable-long-long --enable-threads=posix \
|
||||
--disable-libstdcxx-pch
|
||||
--disable-libstdcxx-pch --enable-libstdcxx-time
|
||||
|
||||
make ${makejobs}
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
_binutils_version=2.24
|
||||
_gcc_version=4.7.3
|
||||
_glibc_version=2.18
|
||||
_glibc_version=2.19
|
||||
_linux_version=3.10.6
|
||||
|
||||
_triplet=mips-softfloat-linux-gnu
|
||||
|
@ -11,7 +11,7 @@ _archflags="-mtune=mips32r2 -mabi=32 -msoft-float"
|
|||
_CROSS_SYSROOT="/usr/${_triplet}"
|
||||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.6
|
||||
version=0.15
|
||||
revision=1
|
||||
short_desc="GNU Cross toolchain for the ${_triplet} BE target (binutils/gcc/glibc)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -25,7 +25,7 @@ distfiles="
|
|||
checksum="
|
||||
e5e8c5be9664e7f7f96e0d09919110ab5ad597794f5b1809871177a0f0f14137
|
||||
2f7c37eb4fc14422ff2358a9ef59c974a75ab41204ef0e49fc34ab1d8981a9c3
|
||||
2cb4e1e381928f1e5e55e71ab1ba8e0ea7ede75ff9709770435bfd018ea257a3
|
||||
2d3997f588401ea095a0b27227b1d50cdfdd416236f6567b564549d3b46ea2a2
|
||||
ed4dfd9f56b7c82e9c71331bbf8d2ea01ddfddc1b6209bd3f3c8640aa24065cf"
|
||||
|
||||
lib32disabled=yes
|
||||
|
@ -190,7 +190,8 @@ _gcc_build() {
|
|||
--disable-nls --disable-sjlj-exceptions \
|
||||
--enable-threads=posix --enable-long-longx \
|
||||
--enable-shared --disable-libquadmath \
|
||||
--disable-libstdcxx-pch --enable-lto ${_fpuflags}
|
||||
--disable-libstdcxx-pch --enable-lto \
|
||||
--enable-libstdcxx-time ${_fpuflags}
|
||||
|
||||
make ${makejobs}
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
_binutils_version=2.24
|
||||
_gcc_version=4.7.3
|
||||
_glibc_version=2.18
|
||||
_glibc_version=2.19
|
||||
_linux_version=3.10.6
|
||||
|
||||
_triplet=mipsel-softfloat-linux-gnu
|
||||
|
@ -11,7 +11,7 @@ _archflags="-mtune=mips32r2 -mabi=32 -msoft-float"
|
|||
_CROSS_SYSROOT="/usr/${_triplet}"
|
||||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.6
|
||||
version=0.15
|
||||
revision=1
|
||||
short_desc="GNU Cross toolchain for the ${_triplet} LE target (binutils/gcc/glibc)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -25,7 +25,7 @@ distfiles="
|
|||
checksum="
|
||||
e5e8c5be9664e7f7f96e0d09919110ab5ad597794f5b1809871177a0f0f14137
|
||||
2f7c37eb4fc14422ff2358a9ef59c974a75ab41204ef0e49fc34ab1d8981a9c3
|
||||
2cb4e1e381928f1e5e55e71ab1ba8e0ea7ede75ff9709770435bfd018ea257a3
|
||||
2d3997f588401ea095a0b27227b1d50cdfdd416236f6567b564549d3b46ea2a2
|
||||
ed4dfd9f56b7c82e9c71331bbf8d2ea01ddfddc1b6209bd3f3c8640aa24065cf"
|
||||
|
||||
lib32disabled=yes
|
||||
|
@ -190,7 +190,8 @@ _gcc_build() {
|
|||
--disable-nls --disable-sjlj-exceptions \
|
||||
--enable-threads=posix --enable-long-longx \
|
||||
--enable-shared --disable-libquadmath \
|
||||
--disable-libstdcxx-pch --enable-lto ${_fpuflags}
|
||||
--disable-libstdcxx-pch --enable-lto \
|
||||
--enable-libstdcxx-time ${_fpuflags}
|
||||
|
||||
make ${makejobs}
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ _triplet=x86_64-linux-musl
|
|||
_sysroot="/usr/${_triplet}"
|
||||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.5
|
||||
version=0.15
|
||||
revision=1
|
||||
short_desc="Cross toolchain for the ${_triplet} target"
|
||||
maintainer="Juan RP <xtraeme@gmail.org>"
|
||||
|
@ -136,7 +136,8 @@ _gcc_build() {
|
|||
--disable-multilib --disable-nls --disable-libquadmath \
|
||||
--disable-libmudflap --enable-c99 --enable-shared \
|
||||
--enable-long-long --enable-threads=posix \
|
||||
--disable-libssp --disable-libstdcxx-pch ${_fpuflags}
|
||||
--disable-libssp --disable-libstdcxx-pch \
|
||||
--enable-libstdcxx-time ${_fpuflags}
|
||||
|
||||
make ${makejobs}
|
||||
|
||||
|
|
Loading…
Reference in a new issue