Skip to content
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.

Provide instructions for cross-compiling compiler-rt #255

Open
whitequark opened this issue Dec 7, 2014 · 4 comments
Open

Provide instructions for cross-compiling compiler-rt #255

whitequark opened this issue Dec 7, 2014 · 4 comments

Comments

@whitequark
Copy link

I came up with this platform config, based on clang_macho_embedded. Place it into make/platform/thumbv7m.mk and then run make thumbv7m.

@whitequark
Copy link
Author

Actually, is compiler-rt even required anymore?

@farcaller
Copy link
Member

Nice to see you around, @whitequark.

Yes, we still need compiler-rt in some way, as now we link to libgcc which is suboptimal. It's making the build system even more complex though (and pushing us further from cargo compatibility).

Ideally, this and cross-compiling of libcore should be extracted to somewhere, I think.

@whitequark
Copy link
Author

Oooh, cargo is planned? Neat.

@bharrisau
Copy link
Contributor

@farcaller I've got cargo packages for libcore and librlibc. I was stuck
working with compiler-rt when other life things came up.

On 7 December 2014 at 16:53, Peter Zotov [email protected] wrote:

Oooh, cargo is planned? Neat.


Reply to this email directly or view it on GitHub
#255 (comment).

@mcoffin mcoffin added the ready label Dec 5, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants