mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 00:32:11 +00:00
4
src/engine/boehm_gc/configure
vendored
4
src/engine/boehm_gc/configure
vendored
@@ -13421,7 +13421,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
|
||||
export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
|
||||
whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
|
||||
;;
|
||||
pgCC*)
|
||||
pgc++*)
|
||||
# Portland Group C++ compiler
|
||||
archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
|
||||
archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
|
||||
@@ -14098,7 +14098,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
|
||||
lt_prog_compiler_pic_CXX='-KPIC'
|
||||
lt_prog_compiler_static_CXX='-static'
|
||||
;;
|
||||
pgCC*)
|
||||
pgc++*)
|
||||
# Portland Group C++ compiler.
|
||||
lt_prog_compiler_wl_CXX='-Wl,'
|
||||
lt_prog_compiler_pic_CXX='-fpic'
|
||||
|
||||
4
src/engine/boehm_gc/libtool.m4
vendored
4
src/engine/boehm_gc/libtool.m4
vendored
@@ -3325,7 +3325,7 @@ case $host_os in
|
||||
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
|
||||
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
|
||||
;;
|
||||
pgCC*)
|
||||
pgc++*)
|
||||
# Portland Group C++ compiler
|
||||
_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
|
||||
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
|
||||
@@ -4977,7 +4977,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
|
||||
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
||||
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
|
||||
;;
|
||||
pgCC*)
|
||||
pgc++*)
|
||||
# Portland Group C++ compiler.
|
||||
_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
||||
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
|
||||
|
||||
@@ -25,7 +25,7 @@ rule init ( version ? : command * : options * )
|
||||
{
|
||||
local condition = [ common.check-init-parameters pgi : version $(version) ] ;
|
||||
|
||||
local l_command = [ common.get-invocation-command pgi : pgCC : $(command) ] ;
|
||||
local l_command = [ common.get-invocation-command pgi : pgc++ : $(command) ] ;
|
||||
|
||||
common.handle-options pgi : $(condition) : $(l_command) : $(options) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user