mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[HAL]
Link to libgcc, hopefully fixes build for Pierre svn path=/trunk/; revision=58602
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user