Add builder for x86_64-unknown-linux-gnux32 in cross2

This commit is contained in:
Marco A L Barbosa 2017-10-11 21:36:37 -03:00
parent 03419c846a
commit 0f427036c7
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ ENV TARGETS=x86_64-unknown-fuchsia
ENV TARGETS=$TARGETS,aarch64-unknown-fuchsia
ENV TARGETS=$TARGETS,sparcv9-sun-solaris
ENV TARGETS=$TARGETS,x86_64-sun-solaris
ENV TARGETS=$TARGETS,x86_64-unknown-linux-gnux32
ENV RUST_CONFIGURE_ARGS --target=$TARGETS --enable-extended
ENV SCRIPT python2.7 ../x.py dist --target $TARGETS

View File

@ -95,6 +95,7 @@ static TARGETS: &'static [&'static str] = &[
"x86_64-unknown-freebsd",
"x86_64-unknown-fuchsia",
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-gnux32",
"x86_64-unknown-linux-musl",
"x86_64-unknown-netbsd",
"x86_64-unknown-redox",