From 3aa21e1796eb37db5c9f5f722742829c6b6b2eae Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Wed, 17 May 2017 21:13:46 -0400 Subject: [PATCH] Replace pgCC with pgc++ --- src/engine/boehm_gc/configure | 4 ++-- src/engine/boehm_gc/libtool.m4 | 4 ++-- src/tools/pgi.jam | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/engine/boehm_gc/configure b/src/engine/boehm_gc/configure index e2092d1cf..7a6afdd7d 100755 --- a/src/engine/boehm_gc/configure +++ b/src/engine/boehm_gc/configure @@ -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' diff --git a/src/engine/boehm_gc/libtool.m4 b/src/engine/boehm_gc/libtool.m4 index 0f53cb592..b749fb365 100644 --- a/src/engine/boehm_gc/libtool.m4 +++ b/src/engine/boehm_gc/libtool.m4 @@ -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' diff --git a/src/tools/pgi.jam b/src/tools/pgi.jam index 90e827d5c..95136c60e 100644 --- a/src/tools/pgi.jam +++ b/src/tools/pgi.jam @@ -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) ;