gcc: Added linking kossup
Signed-off-by: Max Logaev <maxlogaev@proton.me>
This commit is contained in:
@@ -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} \
|
||||
|
||||
Reference in New Issue
Block a user