Skip to content

mk: Fix cross prefix for powerpc64 - #31276

Merged
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:fix-powerpc64-cross-prefix
Jan 29, 2016
Merged

mk: Fix cross prefix for powerpc64#31276
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:fix-powerpc64-cross-prefix

Conversation

@alexcrichton

Copy link
Copy Markdown
Member

Looks like the way to create these executables is to use the standard
powerpc-linux-gnu-gcc compiler but with the -m64 option.

Looks like the way to create these executables is to use the standard
`powerpc-linux-gnu-gcc` compiler but with the `-m64` option.
@alexcrichton

Copy link
Copy Markdown
MemberAuthor

r? @brson

cc @antonblanchard

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@brson

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Jan 29, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit ba97b06 has been approved by brson

Manishearth added a commit to Manishearth/rust that referenced this pull request Jan 29, 2016
…efix, r=brson
Looks like the way to create these executables is to use the standard
`powerpc-linux-gnu-gcc` compiler but with the `-m64` option.
bors added a commit that referenced this pull request Jan 29, 2016
@bors
bors merged commit ba97b06 into rust-lang:masterJan 29, 2016
@alexcrichton
alexcrichton deleted the fix-powerpc64-cross-prefix branch January 29, 2016 17:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@alexcrichton@rust-highfive@brson@bors@nikomatsakis