add mulodi function (using tor's example) as it is missing in llvm when using m32 on 64 hosts... also tweak a default config flag and enhance some of our ldflags and cflags - having mulodi allows us to finally use flto!

This commit is contained in:
DarthArgus
2016-09-26 06:24:22 +00:00
parent d7392f2f40
commit 088480ad11
15 changed files with 852 additions and 9 deletions
@@ -78,3 +78,7 @@ target_link_libraries(LogServer
unicodeArchive
${CMAKE_DL_LIBS}
)
if(${BUILD_MULODI_LIB})
target_link_libraries(LogServer mulodi)
endif()