Fix utest build with SolarisStudio compilers
This commit is contained in:
parent
b0b14f4e9b
commit
93473174d6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue