Moved bastl into target/_any folder.
This commit is contained in:
@@ -11,7 +11,7 @@ kernel_env.Append(CFLAGS = ['-ffreestanding'])
|
||||
kernel_env.Append(CPPDEFINES = ['__baos_kernel_source__=1'])
|
||||
kernel_env.Append(CXXFLAGS = ['-ffreestanding', '-fno-exceptions', '-fno-rtti', '-std=c++20'])
|
||||
kernel_env.Append(LINKFLAGS = ['-T', kernel_env.File('linker.ld').abspath, '-ffreestanding', '-nostdlib', '-mcmodel=large', '-mno-red-zone', '-mno-mmx', '-mno-sse', '-mno-sse2'])
|
||||
kernel_env.Append(CPPPATH = ['#targets/_any/include', '#bastl/include', 'include', '/usr/include/efi', '#targets/_any/kernel/include', '#targets/_any/stdlib/include'])
|
||||
kernel_env.Append(CPPPATH = ['#targets/_any/include', '#targets/_any/bastl/include', 'include', '/usr/include/efi', '#targets/_any/kernel/include', '#targets/_any/stdlib/include'])
|
||||
|
||||
def get_crt_object(name: str) -> str:
|
||||
import subprocess
|
||||
|
||||
Reference in New Issue
Block a user