2017-10-21 18:46:59 +01:00
|
|
|
--cc:clang
|
2017-10-21 19:23:17 +01:00
|
|
|
--clang.linkerexe="clang"
|
2017-10-21 18:46:59 +01:00
|
|
|
--gc:none
|
|
|
|
--deadCodeElim:on
|
2017-10-21 19:23:17 +01:00
|
|
|
--path:"kernel/arch/i386"
|
2017-10-21 18:46:59 +01:00
|
|
|
--cpu:i386
|
|
|
|
--os:standalone
|
|
|
|
--passC:"-ffreestanding -nostdlib --target=i686-pc-none-elf -march=i686"
|
2017-10-21 19:23:17 +01:00
|
|
|
--passL:"-target i386 -nostdlib -T ./kernel/arch/i386/linker.ld boot.o"
|
|
|
|
--out:"myos.bin"
|