glibc+gcc+binutils: cross-compile
This commit is contained in:
parent
6c786d0d2a
commit
eb53ab945e
|
@ -23,8 +23,6 @@ make_dirs="
|
|||
/var/lib/popcorn 0755 _popcorn _popcorn
|
||||
/etc/popcorn 0755 _popcorn _popcorn"
|
||||
|
||||
nocross=temporarily
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vsv popcorn
|
||||
|
|
|
@ -20,7 +20,6 @@ if [ "$CHROOT_READY" ]; then
|
|||
depends="binutils-doc"
|
||||
subpackages+=" binutils-devel"
|
||||
fi
|
||||
nocross=temporarily
|
||||
|
||||
_get_triplet() {
|
||||
if [ -z "$XBPS_TRIPLET" ]; then
|
||||
|
|
|
@ -29,7 +29,6 @@ checksum="e549cf9cf3594a00e27b6589d4322d70e0720cdd213f39beb4181e06926230ff
|
|||
17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459
|
||||
fcf78dd9656c10eb8cf9fbd5f59a0b6b01386205fe1934b3b287a0a1898145c0"
|
||||
|
||||
nocross=temporarily
|
||||
nopie=yes
|
||||
lib32disabled=yes
|
||||
bootstrap=yes
|
||||
|
|
|
@ -58,7 +58,6 @@ archs="~*-musl"
|
|||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||
broken="no point in building this for musl"
|
||||
fi
|
||||
nocross=temporarily
|
||||
|
||||
do_configure() {
|
||||
mkdir build
|
||||
|
|
|
@ -14,4 +14,3 @@ checksum=b59050f48c8a0f9c9e6fba5d17c7a4f11d1329de0c0dca7331b767a6d2bbe8d9
|
|||
conflicts="binutils-devel<=2.35.1_3"
|
||||
|
||||
CFLAGS="-fPIC"
|
||||
nocross=temporarily
|
||||
|
|
|
@ -17,8 +17,6 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
|||
configure_args="lt_cv_shlibpath_overrides_runpath=yes"
|
||||
fi
|
||||
|
||||
nocross=temporarily
|
||||
|
||||
pre_configure() {
|
||||
touch aclocal.m4 libltdl/aclocal.m4 Makefile.am libltdl/Makefile.am Makefile.in libltdl/Makefile.in
|
||||
./bootstrap --force
|
||||
|
|
|
@ -21,7 +21,6 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
*-musl)
|
||||
checkdepends+=" musl-fts-devel"
|
||||
esac
|
||||
nocross=temporarily
|
||||
|
||||
post_extract() {
|
||||
rm -r tests/pkg_config_2 # different wording
|
||||
|
|
Loading…
Reference in New Issue