Skip to content

Commit 8dca877

Browse files
committed
rerun autotools
1 parent 83e472b commit 8dca877

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

compile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,8 @@ EOF
295295
cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
296296
clang-cl | *[/\\]clang-cl | clang-cl.exe | *[/\\]clang-cl.exe | \
297297
icl | *[/\\]icl | icl.exe | *[/\\]icl.exe | \
298+
icx | *[/\\]icx | icx.exe | *[/\\]icx.exe | \
299+
ifx | *[/\\]ifx | ifx.exe | *[/\\]ifx.exe | \
298300
ifort | *[/\\]ifort | ifort.exe | *[/\\]ifort.exe )
299301
func_cl_wrapper "$@" # Doesn't return...
300302
;;

configure

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3250,7 +3250,7 @@ else case e in #(
32503250
e) enable_msvc=no
32513251
case $build in
32523252
*-mingw* | *-cygwin* | *-msys* )
3253-
for ac_prog in gcc clang icl cl
3253+
for ac_prog in gcc clang icx icl cl
32543254
do
32553255
# Extract the first word of "$ac_prog", so it can be a program name with args.
32563256
set dummy $ac_prog; ac_word=$2
@@ -3298,7 +3298,7 @@ fi
32983298
test -n "$CC" && break
32993299
done
33003300

3301-
case "$CC" in *cl ) enable_msvc=yes ;; esac
3301+
case "$CC" in *cl | *icx ) enable_msvc=yes ;; esac
33023302
;;
33033303
esac ;;
33043304
esac
@@ -4337,7 +4337,7 @@ fi
43374337

43384338

43394339
if test $enable_msvc = yes ; then
4340-
for ac_prog in icl cl
4340+
for ac_prog in icx icl cl
43414341
do
43424342
# Extract the first word of "$ac_prog", so it can be a program name with args.
43434343
set dummy $ac_prog; ac_word=$2
@@ -4401,7 +4401,7 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44014401
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44024402
ac_compiler_gnu=$ac_cv_c_compiler_gnu
44034403
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
44054405
do
44064406
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
44074407
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
@@ -4451,7 +4451,7 @@ fi
44514451
fi
44524452
if test -z "$CC"; then
44534453
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
44554455
do
44564456
# Extract the first word of "$ac_prog", so it can be a program name with args.
44574457
set dummy $ac_prog; ac_word=$2
@@ -5295,7 +5295,7 @@ fi
52955295

52965296

52975297
if test $enable_msvc = yes ; then
5298-
for ac_prog in icl cl
5298+
for ac_prog in icx icl cl
52995299
do
53005300
# Extract the first word of "$ac_prog", so it can be a program name with args.
53015301
set dummy $ac_prog; ac_word=$2
@@ -5363,7 +5363,7 @@ if test -z "$CXX"; then
53635363
CXX=$CCC
53645364
else
53655365
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
53675367
do
53685368
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
53695369
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
@@ -5413,7 +5413,7 @@ fi
54135413
fi
54145414
if test -z "$CXX"; then
54155415
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
54175417
do
54185418
# Extract the first word of "$ac_prog", so it can be a program name with args.
54195419
set dummy $ac_prog; ac_word=$2
@@ -12249,8 +12249,8 @@ fi
1224912249
# hardcode_libdir_flag_spec is actually meaningless, as there is
1225012250
# no search path for DLLs.
1225112251
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
1225412254
hardcode_libdir_flag_spec=' '
1225512255
allow_undefined_flag=unsupported
1225612256
always_export_symbols=yes
@@ -12291,7 +12291,7 @@ fi
1229112291
fi'
1229212292
;;
1229312293
*)
12294-
# Assume MSVC and ICC and IFORT wrapper
12294+
# Assume MSVC and Intel compilers wrapper
1229512295
hardcode_libdir_flag_spec=' '
1229612296
allow_undefined_flag=unsupported
1229712297
# Tell ltmain to make .lib files, not .a files.
@@ -13352,8 +13352,8 @@ cygwin* | mingw* | windows* | pw32* | cegcc*)
1335213352
dynamic_linker='Win32 ld.exe'
1335313353
;;
1335413354

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
1335713357
libname_spec='$name'
1335813358
soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
1335913359
library_names_spec='$libname.dll.lib'
@@ -16006,8 +16006,8 @@ fi
1600616006

1600716007
cygwin* | mingw* | windows* | pw32* | cegcc*)
1600816008
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
1601116011
# hardcode_libdir_flag_spec is actually meaningless, as there is
1601216012
# no search path for DLLs.
1601316013
hardcode_libdir_flag_spec_CXX=' '
@@ -17604,7 +17604,7 @@ printf %s "checking whether the $compiler linker ($LD) supports shared libraries
1760417604
;;
1760517605
cygwin* | mingw* | windows* | cegcc*)
1760617606
case $cc_basename in
17607-
cl* | icl* | ifort*)
17607+
cl* | icl* | ifort* | icx* | ifx*)
1760817608
exclude_expsyms_CXX='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
1760917609
;;
1761017610
*)
@@ -17982,8 +17982,8 @@ cygwin* | mingw* | windows* | pw32* | cegcc*)
1798217982
dynamic_linker='Win32 ld.exe'
1798317983
;;
1798417984

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
1798717987
libname_spec='$name'
1798817988
soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
1798917989
library_names_spec='$libname.dll.lib'

0 commit comments

Comments
 (0)