Fixed #199. Saved USE_THREAD switch for make install.

This commit is contained in:
Zhang Xianyi 2013-05-24 15:15:52 +08:00
parent 109500178c
commit acb11905d5
1 changed files with 3 additions and 0 deletions

View File

@ -153,6 +153,9 @@ ifeq ($(DYNAMIC_ARCH), 1)
do $(MAKE) GOTOBLAS_MAKEFILE= -C kernel TARGET_CORE=$$d kernel || exit 1 ;\
done
echo DYNAMIC_ARCH=1 >> Makefile.conf_last
endif
ifdef USE_THREAD
echo USE_THREAD=$(USE_THREAD) >> Makefile.conf_last
endif
touch lib.grd