@@ -3250,7 +3250,7 @@ else case e in #(
3250
3250
e) enable_msvc=no
3251
3251
case $build in
3252
3252
*-mingw* | *-cygwin* | *-msys* )
3253
- for ac_prog in gcc clang icl cl
3253
+ for ac_prog in gcc clang icx icl cl
3254
3254
do
3255
3255
# Extract the first word of "$ac_prog", so it can be a program name with args.
3256
3256
set dummy $ac_prog; ac_word=$2
3298
3298
test -n "$CC" && break
3299
3299
done
3300
3300
3301
- case "$CC" in *cl ) enable_msvc=yes ;; esac
3301
+ case "$CC" in *cl | *icx ) enable_msvc=yes ;; esac
3302
3302
;;
3303
3303
esac ;;
3304
3304
esac
4337
4337
4338
4338
4339
4339
if test $enable_msvc = yes ; then
4340
- for ac_prog in icl cl
4340
+ for ac_prog in icx icl cl
4341
4341
do
4342
4342
# Extract the first word of "$ac_prog", so it can be a program name with args.
4343
4343
set dummy $ac_prog; ac_word=$2
@@ -4401,7 +4401,7 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4401
4401
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4402
4402
ac_compiler_gnu=$ac_cv_c_compiler_gnu
4403
4403
if test -n "$ac_tool_prefix"; then
4404
- for ac_prog in gcc clang cc icc icl cl cc xlc xlc_r pgcc
4404
+ for ac_prog in gcc clang cc icx icc icl cl cc xlc xlc_r pgcc
4405
4405
do
4406
4406
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4407
4407
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4451
4451
fi
4452
4452
if test -z "$CC"; then
4453
4453
ac_ct_CC=$CC
4454
- for ac_prog in gcc clang cc icc icl cl cc xlc xlc_r pgcc
4454
+ for ac_prog in gcc clang cc icx icc icl cl cc xlc xlc_r pgcc
4455
4455
do
4456
4456
# Extract the first word of "$ac_prog", so it can be a program name with args.
4457
4457
set dummy $ac_prog; ac_word=$2
5295
5295
5296
5296
5297
5297
if test $enable_msvc = yes ; then
5298
- for ac_prog in icl cl
5298
+ for ac_prog in icx icl cl
5299
5299
do
5300
5300
# Extract the first word of "$ac_prog", so it can be a program name with args.
5301
5301
set dummy $ac_prog; ac_word=$2
@@ -5363,7 +5363,7 @@ if test -z "$CXX"; then
5363
5363
CXX=$CCC
5364
5364
else
5365
5365
if test -n "$ac_tool_prefix"; then
5366
- for ac_prog in g++ clang++ c++ pgCC icpc gpp cxx cc++ icl cl FCC KCC RCC xlC_r aCC CC
5366
+ for ac_prog in g++ clang++ c++ pgCC icx icpc gpp cxx cc++ icl cl FCC KCC RCC xlC_r aCC CC
5367
5367
do
5368
5368
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5369
5369
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5413
5413
fi
5414
5414
if test -z "$CXX"; then
5415
5415
ac_ct_CXX=$CXX
5416
- for ac_prog in g++ clang++ c++ pgCC icpc gpp cxx cc++ icl cl FCC KCC RCC xlC_r aCC CC
5416
+ for ac_prog in g++ clang++ c++ pgCC icx icpc gpp cxx cc++ icl cl FCC KCC RCC xlC_r aCC CC
5417
5417
do
5418
5418
# Extract the first word of "$ac_prog", so it can be a program name with args.
5419
5419
set dummy $ac_prog; ac_word=$2
@@ -12249,8 +12249,8 @@ fi
12249
12249
# hardcode_libdir_flag_spec is actually meaningless, as there is
12250
12250
# no search path for DLLs.
12251
12251
case $cc_basename in
12252
- cl* | icl* | ifort*)
12253
- # Native MSVC or ICC or IFORT
12252
+ cl* | icl* | ifort* | icx* | ifx* )
12253
+ # Native MSVC or classic or new Intel Compilers
12254
12254
hardcode_libdir_flag_spec=' '
12255
12255
allow_undefined_flag=unsupported
12256
12256
always_export_symbols=yes
@@ -12291,7 +12291,7 @@ fi
12291
12291
fi'
12292
12292
;;
12293
12293
*)
12294
- # Assume MSVC and ICC and IFORT wrapper
12294
+ # Assume MSVC and Intel compilers wrapper
12295
12295
hardcode_libdir_flag_spec=' '
12296
12296
allow_undefined_flag=unsupported
12297
12297
# Tell ltmain to make .lib files, not .a files.
@@ -13352,8 +13352,8 @@ cygwin* | mingw* | windows* | pw32* | cegcc*)
13352
13352
dynamic_linker='Win32 ld.exe'
13353
13353
;;
13354
13354
13355
- *,cl* | *,icl* | *,ifort*)
13356
- # Native MSVC or ICC or IFORT
13355
+ *,cl* | *,icl* | *,ifort* | *,icx* | *,ifx* )
13356
+ # Native MSVC or classic or new Intel Compilers
13357
13357
libname_spec='$name'
13358
13358
soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
13359
13359
library_names_spec='$libname.dll.lib'
@@ -16006,8 +16006,8 @@ fi
16006
16006
16007
16007
cygwin* | mingw* | windows* | pw32* | cegcc*)
16008
16008
case $GXX,$cc_basename in
16009
- ,cl* | no,cl* | ,icl* | no,icl* | ,ifort* | no,ifort* )
16010
- # Native MSVC or ICC or IFORT
16009
+ ,cl* | no,cl* | ,icl* | no,icl* | ,ifort* | no,ifort* | ,icx* | no,icx* | ,ifx* | no,ifx* )
16010
+ # Native MSVC or classic or new Intel compilers
16011
16011
# hardcode_libdir_flag_spec is actually meaningless, as there is
16012
16012
# no search path for DLLs.
16013
16013
hardcode_libdir_flag_spec_CXX=' '
@@ -17604,7 +17604,7 @@ printf %s "checking whether the $compiler linker ($LD) supports shared libraries
17604
17604
;;
17605
17605
cygwin* | mingw* | windows* | cegcc*)
17606
17606
case $cc_basename in
17607
- cl* | icl* | ifort*)
17607
+ cl* | icl* | ifort* | icx* | ifx* )
17608
17608
exclude_expsyms_CXX='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
17609
17609
;;
17610
17610
*)
@@ -17982,8 +17982,8 @@ cygwin* | mingw* | windows* | pw32* | cegcc*)
17982
17982
dynamic_linker='Win32 ld.exe'
17983
17983
;;
17984
17984
17985
- *,cl* | *,icl* | *,ifort*)
17986
- # Native MSVC or ICC or IFORT
17985
+ *,cl* | *,icl* | *,ifort* | *,icx* | *,ifx* )
17986
+ # Native MSVC or classic or new Intel Compilers
17987
17987
libname_spec='$name'
17988
17988
soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
17989
17989
library_names_spec='$libname.dll.lib'
0 commit comments