Skip to content

Commit 32b55bd

Browse files
authored
Disable Intel libs link for icx compiler (#2870)
1 parent 61953a7 commit 32b55bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/make/compiler_definitions/icx.mkl.32e.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ CMPLRDIRSUFF.icx = _icx
2424

2525
CORE.SERV.COMPILER.icx = generic
2626

27-
-Zl.icx = -no-intel-lib=libirc
27+
-Zl.icx = -no-intel-lib
2828
-DEBC.icx = -g
2929

3030
COMPILER.lnx.icx = icpx -m64 \
3131
-Werror -Wreturn-type
3232

3333

34-
link.dynamic.lnx.icx = icpx -m64
34+
link.dynamic.lnx.icx = icpx -m64 -no-intel-lib
3535

3636
pedantic.opts.icx = -pedantic \
3737
-Wall \

0 commit comments

Comments
 (0)