lrs-lang / lib

An experimental standard library
Mozilla Public License 2.0
226 stars 3 forks source link

Update documentation to reflect the lrs_build update #30

Open mahkoh opened 9 years ago

mahkoh commented 9 years ago

lrs_build has been completely rewritten and is now much more powerful than before. You'll have to update your version to use the new LRSBuild syntax.

The documentation does not yet reflect those changes.

PS: It is now possible to compile a freestanding lrs that can be used in kernel space with the following command:

lrs_build -C freestanding

See the LRSBuild file for more details.

MagaTailor commented 8 years ago

What does the codegen default to on 32-bit x86?

mahkoh commented 8 years ago

Whatever rustc does.

MagaTailor commented 8 years ago

Ok, thx - I shouldn't have a problem modifying the target then.