Merge branch 'master' of github.com:xianyi/OpenBLAS into develop

This commit is contained in:
Xianyi Zhang 2011-06-19 11:59:38 +08:00
commit c642b61d4d
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ ifeq ($(C_COMPILER), INTEL)
CCOMMON_OPT += -wd981 CCOMMON_OPT += -wd981
endif endif
ifdef USE_OPENMP ifeq ($(USE_OPENMP), 1)
ifeq ($(C_COMPILER), GCC) ifeq ($(C_COMPILER), GCC)
CCOMMON_OPT += -fopenmp CCOMMON_OPT += -fopenmp
endif endif