xbps-src: remove cross-compiler stuff, won't work.
--HG-- extra : convert_revision : b1cb584d15bceca0b84adfc5f688facf6fe978a2
This commit is contained in:
parent
1b287edb63
commit
5c2f6d0982
7 changed files with 2 additions and 121 deletions
|
@ -57,12 +57,6 @@ configure_src_phase()
|
|||
|
||||
cd $wrksrc || msg_error "unexistent build directory [$wrksrc]."
|
||||
|
||||
# cross compilation vars.
|
||||
if [ -n "$cross_compiler" ]; then
|
||||
. $XBPS_SHUTILSDIR/cross-compilation.sh
|
||||
cross_compile_setvars
|
||||
fi
|
||||
|
||||
# Run pre_configure func.
|
||||
run_func pre_configure || msg_error "pre_configure stage failed!"
|
||||
|
||||
|
@ -124,9 +118,5 @@ configure_src_phase()
|
|||
unset eval ${f%=*}
|
||||
done
|
||||
|
||||
# unset cross compiler vars.
|
||||
[ -n "$cross_compiler" ] && cross_compile_unsetvars
|
||||
unset_build_vars
|
||||
|
||||
touch -f $XBPS_CONFIGURE_DONE
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue