On x86, pass -nodefaultlib to linker when wanting to avoid the C library

This commit is contained in:
Anonymous Maarten 2022-10-21 18:32:53 +02:00 committed by Sam Lantinga
parent d4d99e8c29
commit c3b13346e0
3 changed files with 54 additions and 0 deletions

View file

@ -126,6 +126,12 @@ _ftol2_sse()
_ftol();
}
void
_ftol2()
{
_ftol();
}
/* 64-bit math operators for 32-bit systems */
void
__declspec(naked)