mirror of
https://github.com/zeldaret/st
synced 2026-09-03 01:54:28 -04:00
Match MSL_C (#8)
* match wstring.c * match math_api.c, mbstring.c, mem.c and mem_funcs.c * more progress * build issues * fix non-matching issues * reorganise files * match fdlibm (+ libc progress) * fix jp build * solved some non-matchings and progress * removed types.h usage in libc * match data and add missing delinks for jp
This commit is contained in:
@@ -49,6 +49,7 @@ CC_FLAGS = " ".join([
|
||||
"-gccinc", # Interpret #include "..." and #include <...> equally
|
||||
"-nolink", # Do not link
|
||||
"-msgstyle gcc", # Use GCC-like messages (some IDEs will make file names clickable)
|
||||
"-ipa file", # InterProcedural Analysis
|
||||
])
|
||||
# Passed to all modules and final arm9.o link
|
||||
LD_FLAGS = " ".join([
|
||||
|
||||
+2
-1
@@ -21,7 +21,8 @@ CXX_FLAGS = [
|
||||
'-nostdinc',
|
||||
'-Iinclude',
|
||||
'-Ilibs/c/include',
|
||||
'-Ilibs/cpp/include'
|
||||
'-Ilibs/cpp/include',
|
||||
'-Ilibs/runtime/include',
|
||||
]
|
||||
|
||||
script_dir = Path(os.path.dirname(os.path.realpath(__file__)))
|
||||
|
||||
Reference in New Issue
Block a user