mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:47:35 +00:00
Toolchain: Build demangling into LibC except during toolchain build
This commit is contained in:
parent
59c052a72a
commit
c4c1ad2289
3 changed files with 4 additions and 4 deletions
|
@ -81,7 +81,7 @@ crtn.o: crtin.ao
|
|||
|
||||
EXTRA_CLEAN = crt0.d crt0.o
|
||||
|
||||
DEFINES = -DSERENITY_LIBC_BUILD
|
||||
DEFINES = -DSERENITY_LIBC_BUILD $(EXTRA_LIBC_DEFINES)
|
||||
|
||||
LIBRARY = libc.a
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue