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:
parent
4be034e622
commit
ac0521e526
@ -39,8 +39,8 @@ ENV RUST_CONFIGURE_ARGS \
|
||||
# way to produce "super compatible" binaries.
|
||||
#
|
||||
# See: https://github.com/rust-lang/rust/issues/34978
|
||||
ENV CFLAGS_i686_unknown_linux_gnu=-Wa,-mrelax-relocations=no \
|
||||
CFLAGS_x86_64_unknown_linux_gnu=-Wa,-mrelax-relocations=no
|
||||
ENV CFLAGS_i686_unknown_linux_musl=-Wa,-mrelax-relocations=no \
|
||||
CFLAGS_x86_64_unknown_linux_musl=-Wa,-mrelax-relocations=no
|
||||
|
||||
ENV SCRIPT \
|
||||
python2.7 ../x.py test \
|
||||
|
Loading…
x
Reference in New Issue
Block a user