From acb11905d5bf05fd04a2178c68d4252fd3fc7512 Mon Sep 17 00:00:00 2001 From: Zhang Xianyi Date: Fri, 24 May 2013 15:15:52 +0800 Subject: [PATCH] Fixed #199. Saved USE_THREAD switch for make install. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index bde7cf376..7424dd676 100644 --- a/Makefile +++ b/Makefile @@ -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