mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Only compile if running win32 version of gcc.
svn path=/trunk/; revision=4343
This commit is contained in:
parent
1c8640a836
commit
958c16b6d9
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
/* stuff needed for libgcc on win32. */
|
/* stuff needed for libgcc on win32. */
|
||||||
|
|
||||||
//#ifdef L_chkstk
|
/*#ifdef L_chkstk*/
|
||||||
|
#ifdef WIN32
|
||||||
|
|
||||||
.global ___chkstk
|
.global ___chkstk
|
||||||
.global __alloca
|
.global __alloca
|
||||||
|
@ -29,4 +30,4 @@ done: subl %eax,%ecx
|
||||||
jmp *%eax
|
jmp *%eax
|
||||||
|
|
||||||
|
|
||||||
//#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue