gcc: Added linking kossup

Signed-off-by: Max Logaev <maxlogaev@proton.me>
This commit is contained in:
2026-02-10 03:56:25 +03:00
parent 8e265d9ddc
commit a797e4b21d

View File

@@ -49,7 +49,7 @@ Distributed under terms of the GNU General Public License */
/* For KolibriOS applications always link libc.a */
#undef LIB_SPEC
#define LIB_SPEC "%{!shared: %{!mdll: -Tkos-app.lds}} -lc"
#define LIB_SPEC "%{!shared: %{!mdll: -Tkos-app.lds}} -lkossup -lc -lkossup"
#define LINK_SPEC "%{mwindows:--subsystem windows} \
%{mconsole:--subsystem console} \