Fix broken 32-bit kernel

This commit is contained in:
Alex
2023-08-24 03:13:36 +03:00
parent bef0897442
commit 7842b6310d
10 changed files with 411 additions and 121 deletions

View File

@ -33,6 +33,7 @@
"-pipe",
"-mcmodel=kernel",
"-fno-builtin",
"-m64",
// Warnings
"-Wall",
@ -110,6 +111,7 @@
"-pipe",
"-msoft-float",
"-fno-builtin",
"-m32",
// Warnings
"-Wall",