Link to libgcc, hopefully fixes build for Pierre

svn path=/trunk/; revision=58602
This commit is contained in:
Timo Kreuzer 2013-03-24 13:27:52 +00:00
parent f2c550a04f
commit 0351bb4f27

View file

@ -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()