Skip to content

Commit 1c651de

Browse files
bootstrap::mlibc: update
Signed-off-by: Andy-Python-Programmer <[email protected]>
1 parent aa0c461 commit 1c651de

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

patches/mlibc/mlibc.patch

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,6 @@ index fdd60a0..9f811f4 100644
2929
.vscode
3030
+# clangd cache files:
3131
+.cache
32-
diff --git a/meson.build b/meson.build
33-
index 7dc495d..f419404 100644
34-
--- a/meson.build
35-
+++ b/meson.build
36-
@@ -125,6 +125,10 @@ if host_machine.system() == 'linux'
37-
elif host_machine.system() == 'aero'
38-
rtdl_include_dirs += include_directories('sysdeps/aero/include')
39-
libc_include_dirs += include_directories('sysdeps/aero/include')
40-
+
41-
+ internal_conf.set10('MLIBC_MAP_DSO_SEGMENTS', true)
42-
+ internal_conf.set10('MLIBC_MAP_FILE_WINDOWS', true)
43-
+
44-
subdir('sysdeps/aero')
45-
elif host_machine.system() == 'managarm'
46-
# TODO: Adopt the include_directories() commands from the managarm meson.build.
4732
diff --git a/options/ansi/generic/stdlib-stubs.cpp b/options/ansi/generic/stdlib-stubs.cpp
4833
index c0e54fe..6d9cc52 100644
4934
--- a/options/ansi/generic/stdlib-stubs.cpp

0 commit comments

Comments
 (0)