Fix utest build with SolarisStudio compilers

This commit is contained in:
Martin Kroeker 2020-12-06 19:12:56 +01:00 committed by GitHub
parent b0b14f4e9b
commit 93473174d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ endif
ifeq ($(C_COMPILER), PGI) ifeq ($(C_COMPILER), PGI)
OBJS = utest_main2.o OBJS = utest_main2.o
endif endif
ifeq ($(C_COMPILER), SUN)
OBJS = utest_main2.o
endif
ifeq ($(OSNAME), AIX) ifeq ($(OSNAME), AIX)
OBJS = utest_main2.o OBJS = utest_main2.o
endif endif