intermezzOS / kernel

A hobby operating system, in Rust
http://intermezzos.github.io/
Apache License 2.0
1.39k stars 91 forks source link

make should call x86_64-pc-elf-ld for systems with a non-crosscompile… #22

Closed rschulman closed 8 years ago

rschulman commented 8 years ago

Fixes https://github.com/intermezzOS/kernel/issues/19.

Calls an explicitly labeled cross-linker instead of using the generic system "ld".

steveklabnik commented 8 years ago

:+1:

One problem here is making sure the install instructions also point this out.