mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:33:07 +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>rtl</library>
|
||||||
<library>libcntpr</library>
|
<library>libcntpr</library>
|
||||||
<library>cportlib</library>
|
<library>cportlib</library>
|
||||||
|
<group linkerset="ld">
|
||||||
|
<linkerflag>-static</linkerflag>
|
||||||
|
<linkerflag>-lgcc</linkerflag>
|
||||||
|
</group>
|
||||||
</module>
|
</module>
|
||||||
</ifnot>
|
</ifnot>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue