Skip to content

configure --target=arm-unknown-linux-gnueabihf,arm-unknown-linux-gnueabi ignores the arm-unknown-linux-gnueabi target #32176

Closed
@japaric

Description

@japaric

STR

# This ignores the arm-unknown-linux-gnueabi target
$ git clone --depth 1 https://github.com/rust-lang/rust
$ rust/configure --target=arm-unknown-linux-gnueabihf,arm-unknown-linux-gnueabi
$ cat config.mk | grep CFG_TARGET
CFG_TARGET           := x86_64-unknown-linux-gnu arm-unknown-linux-gnueabihf

# But this (swapped targets) accepts both targets
$ rust/configure --target=arm-unknown-linux-gnueabi,arm-unknown-linux-gnueabihf
$ cat config.mk | grep CFG_TARGET
CFG_TARGET           := x86_64-unknown-linux-gnu arm-unknown-linux-gnueabi arm-unknown-linux-gnueabihf

Meta

$ cd rust && git rev-parse HEAD
6d6ae1ffe665610ae235dd95e849248a6741ff0f

cc @alexcrichton

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions