Math Processor Unit Library

libmpu – library of arithmetic functions for integer, real, and complex numbers of increased digit capacity

16 Commits   0 Branches   2 Tags
868b2b66 (kx 2024-12-20 16:11:07 +0300  1) diff -bu -Nr m4-orig/libtool.m4 m4/libtool.m4
868b2b66 (kx 2024-12-20 16:11:07 +0300  2) --- m4-orig/libtool.m4	2019-12-04 10:47:40.522710321 +0300
868b2b66 (kx 2024-12-20 16:11:07 +0300  3) +++ m4/libtool.m4	2019-12-04 10:48:33.221155503 +0300
868b2b66 (kx 2024-12-20 16:11:07 +0300  4) @@ -4842,7 +4842,7 @@
868b2b66 (kx 2024-12-20 16:11:07 +0300  5)      _LT_TAGVAR(lt_prog_compiler_pic, $1)=
868b2b66 (kx 2024-12-20 16:11:07 +0300  6)      ;;
868b2b66 (kx 2024-12-20 16:11:07 +0300  7)    *)
868b2b66 (kx 2024-12-20 16:11:07 +0300  8) -    _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])"
868b2b66 (kx 2024-12-20 16:11:07 +0300  9) +    _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC -DSHARED],[m4_if([$1],[CXX],[ -DPIC -DSHARED],[])])"
868b2b66 (kx 2024-12-20 16:11:07 +0300 10)      ;;
868b2b66 (kx 2024-12-20 16:11:07 +0300 11)  esac
868b2b66 (kx 2024-12-20 16:11:07 +0300 12)  
868b2b66 (kx 2024-12-20 16:11:07 +0300 13) @@ -4857,7 +4857,7 @@
868b2b66 (kx 2024-12-20 16:11:07 +0300 14)  if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
868b2b66 (kx 2024-12-20 16:11:07 +0300 15)    _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works],
868b2b66 (kx 2024-12-20 16:11:07 +0300 16)      [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)],
868b2b66 (kx 2024-12-20 16:11:07 +0300 17) -    [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [],
868b2b66 (kx 2024-12-20 16:11:07 +0300 18) +    [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC -DSHARED],[m4_if([$1],[CXX],[ -DPIC -DSHARED],[])])], [],
868b2b66 (kx 2024-12-20 16:11:07 +0300 19)      [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in
868b2b66 (kx 2024-12-20 16:11:07 +0300 20)       "" | " "*) ;;
868b2b66 (kx 2024-12-20 16:11:07 +0300 21)       *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;;