mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
glibc+gcc+binutils: cross-compile
This commit is contained in:
parent
6c786d0d2a
commit
eb53ab945e
7 changed files with 0 additions and 9 deletions
|
@ -23,8 +23,6 @@ make_dirs="
|
||||||
/var/lib/popcorn 0755 _popcorn _popcorn
|
/var/lib/popcorn 0755 _popcorn _popcorn
|
||||||
/etc/popcorn 0755 _popcorn _popcorn"
|
/etc/popcorn 0755 _popcorn _popcorn"
|
||||||
|
|
||||||
nocross=temporarily
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vsv popcorn
|
vsv popcorn
|
||||||
|
|
|
@ -20,7 +20,6 @@ if [ "$CHROOT_READY" ]; then
|
||||||
depends="binutils-doc"
|
depends="binutils-doc"
|
||||||
subpackages+=" binutils-devel"
|
subpackages+=" binutils-devel"
|
||||||
fi
|
fi
|
||||||
nocross=temporarily
|
|
||||||
|
|
||||||
_get_triplet() {
|
_get_triplet() {
|
||||||
if [ -z "$XBPS_TRIPLET" ]; then
|
if [ -z "$XBPS_TRIPLET" ]; then
|
||||||
|
|
|
@ -29,7 +29,6 @@ checksum="e549cf9cf3594a00e27b6589d4322d70e0720cdd213f39beb4181e06926230ff
|
||||||
17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459
|
17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459
|
||||||
fcf78dd9656c10eb8cf9fbd5f59a0b6b01386205fe1934b3b287a0a1898145c0"
|
fcf78dd9656c10eb8cf9fbd5f59a0b6b01386205fe1934b3b287a0a1898145c0"
|
||||||
|
|
||||||
nocross=temporarily
|
|
||||||
nopie=yes
|
nopie=yes
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
|
|
|
@ -58,7 +58,6 @@ archs="~*-musl"
|
||||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||||
broken="no point in building this for musl"
|
broken="no point in building this for musl"
|
||||||
fi
|
fi
|
||||||
nocross=temporarily
|
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|
|
@ -14,4 +14,3 @@ checksum=b59050f48c8a0f9c9e6fba5d17c7a4f11d1329de0c0dca7331b767a6d2bbe8d9
|
||||||
conflicts="binutils-devel<=2.35.1_3"
|
conflicts="binutils-devel<=2.35.1_3"
|
||||||
|
|
||||||
CFLAGS="-fPIC"
|
CFLAGS="-fPIC"
|
||||||
nocross=temporarily
|
|
||||||
|
|
|
@ -17,8 +17,6 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
configure_args="lt_cv_shlibpath_overrides_runpath=yes"
|
configure_args="lt_cv_shlibpath_overrides_runpath=yes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
nocross=temporarily
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
touch aclocal.m4 libltdl/aclocal.m4 Makefile.am libltdl/Makefile.am Makefile.in libltdl/Makefile.in
|
touch aclocal.m4 libltdl/aclocal.m4 Makefile.am libltdl/Makefile.am Makefile.in libltdl/Makefile.in
|
||||||
./bootstrap --force
|
./bootstrap --force
|
||||||
|
|
|
@ -21,7 +21,6 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl)
|
*-musl)
|
||||||
checkdepends+=" musl-fts-devel"
|
checkdepends+=" musl-fts-devel"
|
||||||
esac
|
esac
|
||||||
nocross=temporarily
|
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
rm -r tests/pkg_config_2 # different wording
|
rm -r tests/pkg_config_2 # different wording
|
||||||
|
|
Loading…
Add table
Reference in a new issue