mirror of
https://github.com/tailix/libkernaux.git
synced 2025-04-14 17:32:55 -04:00
Use "i386-elfkernaux" toolchain
This commit is contained in:
parent
b91a0306b5
commit
4ae9920051
1 changed files with 4 additions and 4 deletions
|
@ -46,10 +46,10 @@ Configure with cross-compiler in `$PATH` to make without it in `$PATH`:
|
|||
|
||||
```
|
||||
./configure \
|
||||
--host=i386-elf \
|
||||
AR="$(which i386-elf-ar)" \
|
||||
CC="$(which i386-elf-gcc)" \
|
||||
RANLIB="$(which i386-elf-ranlib)" \
|
||||
--host='i386-elfkernelmq' \
|
||||
AR="$(which i386-elfkernelmq-ar)" \
|
||||
CC="$(which i386-elfkernelmq-gcc)" \
|
||||
RANLIB="$(which i386-elfkernelmq-ranlib)" \
|
||||
CFLAGS='-ffreestanding -nostdlib -fno-builtin -fno-stack-protector'
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue