mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
COMP: remove linking against lib iberty, now using add2line
This commit is contained in:
@ -182,6 +182,7 @@ OpenFOAM | ThirdParty)
|
||||
_foamAddMan $gccDir/man
|
||||
_foamAddPath $gccDir/bin
|
||||
|
||||
# add compiler libraries to run-time environment
|
||||
# 64-bit needs lib64, but 32-bit needs lib (not lib32)
|
||||
if [ "$WM_ARCH_OPTION" = 64 ]
|
||||
then
|
||||
@ -190,11 +191,12 @@ OpenFOAM | ThirdParty)
|
||||
_foamAddLib $gccDir/lib
|
||||
fi
|
||||
|
||||
# add in gmp/mpfr libraries
|
||||
|
||||
# add gmp/mpfr libraries to run-time environment
|
||||
_foamAddLib $gmpDir/lib
|
||||
_foamAddLib $mpfrDir/lib
|
||||
|
||||
# add in mpc libraries (not need for older gcc)
|
||||
# add mpc libraries (not need for older gcc) to run-time environment
|
||||
if [ -n "$mpc_version" ]
|
||||
then
|
||||
_foamAddLib $mpcDir/lib
|
||||
|
||||
Reference in New Issue
Block a user