Fixed the build bug when DYNAMIC_ARCH=0.

This commit is contained in:
Xianyi Zhang
2012-07-07 12:12:24 +08:00
parent 50848e34ec
commit 25f1a573fd
4 changed files with 9 additions and 9 deletions

View File

@@ -48,7 +48,7 @@ HPLOBJS = \
COMMONOBJS += lsame.$(SUFFIX) scabs1.$(SUFFIX) dcabs1.$(SUFFIX)
ifdef DYNAMIC_ARCH
ifeq ($(DYNAMIC_ARCH), 1)
SBLASOBJS += setparam$(TSUFFIX).$(SUFFIX)
CCOMMON_OPT += -DTS=$(TSUFFIX)
endif