mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 12:40:33 +00:00
[HAL]
Link to libgcc, hopefully fixes build for Pierre svn path=/trunk/; revision=58602
This commit is contained in:
parent
f2c550a04f
commit
0351bb4f27
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ function(add_hal _halname)
|
|||
add_cd_file(TARGET ${_halname} DESTINATION reactos/system32 NO_CAB FOR all)
|
||||
if(MSVC)
|
||||
add_target_link_flags(${_halname} "/ignore:4216 /ignore:4078")
|
||||
else()
|
||||
target_link_libraries(${_halname} -lgcc)
|
||||
endif()
|
||||
endfunction()
|
||||
|
||||
|
|
Loading…
Reference in a new issue