removing kernel targets#202
Conversation
In hermit-os#197 we discuss to use x86_64-unknown-none target instead of the special `kernel` target. Also the aarch64 port has to use aarch64-unknown-none-softfloat. The floating point unit should not use in the kernel space.
|
bors try |
tryBuild failed: |
|
Does that mean, we'll produce ELF files without our magic number for now, @stlankes? |
|
No, I still want to produce ELF files with the magic number for a standalone application. We are able to modify the number after building the library or before linking the application. However, the target |
|
At this stage, I don't think that we are able to switch |
|
Should this be closed then, @stlankes? I'll have a look at aligning our x86 target with |
|
Resolved by hermit-os/kernel#395. |
In #197 we discuss to use x86_64-unknown-none target instead of the special
kerneltarget. Also the aarch64 port has to useaarch64-unknown-none-softfloat. The floating point unit should not use in the kernel space.