Browse Source

Fixed #199. Saved USE_THREAD switch for make install.

tags/v0.2.7
Zhang Xianyi 13 years ago
parent
commit
acb11905d5
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      Makefile

+ 3
- 0
Makefile 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



Loading…
Cancel
Save