Workaround issue in nulld by allowing multiple definitions

This commit is contained in:
jD91mZM2 2019-06-16 15:09:56 +02:00
parent cf87630f26
commit ce8642aa69
No known key found for this signature in database
GPG Key ID: 3055D54729A72666

View File

@ -6,7 +6,7 @@ source config.sh
# Variables to be overriden by recipes
export BINDIR=bin
export CARGO=(env RUSTFLAGS="$PREFIX_RUSTFLAGS" xargo)
export CARGO=(env RUSTFLAGS="$PREFIX_RUSTFLAGS -C link-arg=-zmuldefs" xargo)
export CARGOBUILD=rustc
export CARGOFLAGS=
export DEBUG=