Rollup merge of #40130 - alexcrichton:fix-musl-again, r=nikomatsakis
travis: Fix typos in linux-tested-targets These flags were supposed to be relevant for musl, not for gnu cc #39979
This commit is contained in:
commit
aff269b5dc
@ -39,8 +39,8 @@ ENV RUST_CONFIGURE_ARGS \
|
|||||||
# way to produce "super compatible" binaries.
|
# way to produce "super compatible" binaries.
|
||||||
#
|
#
|
||||||
# See: https://github.com/rust-lang/rust/issues/34978
|
# See: https://github.com/rust-lang/rust/issues/34978
|
||||||
ENV CFLAGS_i686_unknown_linux_gnu=-Wa,-mrelax-relocations=no \
|
ENV CFLAGS_i686_unknown_linux_musl=-Wa,-mrelax-relocations=no \
|
||||||
CFLAGS_x86_64_unknown_linux_gnu=-Wa,-mrelax-relocations=no
|
CFLAGS_x86_64_unknown_linux_musl=-Wa,-mrelax-relocations=no
|
||||||
|
|
||||||
ENV SCRIPT \
|
ENV SCRIPT \
|
||||||
python2.7 ../x.py test \
|
python2.7 ../x.py test \
|
||||||
|
Loading…
Reference in New Issue
Block a user