WKern
|
Variables | |
str | CC = "i686-elf-gcc" |
str | LD = "i686-elf-ld" |
str | AS = "nasm" |
str | GRUB = "i686-elf-grub-mkrescue" |
str | QEMU = "qemu-system-i386" |
list | CCFLAGS |
list | LDFLAGS = ["-melf_i386", "-n", "--oformat=elf32-i386"] |
list | ASFLAGS = ["-felf32", "-g", "-Fdwarf"] |
list | QEMUFLAGS |
str toolsflags.AS = "nasm" |
Definition at line 4 of file toolsflags.py.
list toolsflags.ASFLAGS = ["-felf32", "-g", "-Fdwarf"] |
Definition at line 14 of file toolsflags.py.
str toolsflags.CC = "i686-elf-gcc" |
Definition at line 2 of file toolsflags.py.
list toolsflags.CCFLAGS |
Definition at line 9 of file toolsflags.py.
str toolsflags.GRUB = "i686-elf-grub-mkrescue" |
Definition at line 5 of file toolsflags.py.
str toolsflags.LD = "i686-elf-ld" |
Definition at line 3 of file toolsflags.py.
list toolsflags.LDFLAGS = ["-melf_i386", "-n", "--oformat=elf32-i386"] |
Definition at line 12 of file toolsflags.py.
str toolsflags.QEMU = "qemu-system-i386" |
Definition at line 6 of file toolsflags.py.
list toolsflags.QEMUFLAGS |
Definition at line 16 of file toolsflags.py.