Skip to content

Commit 9347317

Browse files
authored
Fix utest build with SolarisStudio compilers
1 parent b0b14f4 commit 9347317

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utest/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ endif
3535
ifeq ($(C_COMPILER), PGI)
3636
OBJS = utest_main2.o
3737
endif
38+
ifeq ($(C_COMPILER), SUN)
39+
OBJS = utest_main2.o
40+
endif
3841
ifeq ($(OSNAME), AIX)
3942
OBJS = utest_main2.o
4043
endif

0 commit comments

Comments
 (0)