mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
[FREELDR]: Fix the last remaining build issue. Libgcc needs to be linked to provide umovsi/udivsi, etc (same fix as for setupldr).
svn path=/trunk/; revision=48846
This commit is contained in:
parent
d09d10d12d
commit
409884a7ce
1 changed files with 4 additions and 0 deletions
|
@ -33,5 +33,9 @@
|
|||
<library>rtl</library>
|
||||
<library>libcntpr</library>
|
||||
<library>cportlib</library>
|
||||
<group linkerset="ld">
|
||||
<linkerflag>-static</linkerflag>
|
||||
<linkerflag>-lgcc</linkerflag>
|
||||
</group>
|
||||
</module>
|
||||
</ifnot>
|
||||
|
|
Loading…
Reference in a new issue