Fix self test failure with IBM XL C/C++ on AIX

pull/795/head
Jeffrey Walton 2019-01-22 08:16:03 -05:00
parent 488c1df2fe
commit 3d07010ac8
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 4 additions and 0 deletions

View File

@ -1538,6 +1538,10 @@ sm4_simd.o : sm4_simd.cpp
ifeq ($(XLC_COMPILER),1) ifeq ($(XLC_COMPILER),1)
sm3.o : sm3.cpp sm3.o : sm3.cpp
$(CXX) $(strip $(subst -O3,-O2,$(CXXFLAGS)) -c) $< $(CXX) $(strip $(subst -O3,-O2,$(CXXFLAGS)) -c) $<
donna_32.o : donna_32.cpp
$(CXX) $(strip $(subst -O3,-O2,$(CXXFLAGS)) -c) $<
donna_64.o : donna_64.cpp
$(CXX) $(strip $(subst -O3,-O2,$(CXXFLAGS)) -c) $<
endif endif
# SSE2 on i686 # SSE2 on i686