Fixed #199. Saved USE_THREAD switch for make install.
This commit is contained in:
parent
109500178c
commit
acb11905d5
3
Makefile
3
Makefile
|
@ -153,6 +153,9 @@ ifeq ($(DYNAMIC_ARCH), 1)
|
||||||
do $(MAKE) GOTOBLAS_MAKEFILE= -C kernel TARGET_CORE=$$d kernel || exit 1 ;\
|
do $(MAKE) GOTOBLAS_MAKEFILE= -C kernel TARGET_CORE=$$d kernel || exit 1 ;\
|
||||||
done
|
done
|
||||||
echo DYNAMIC_ARCH=1 >> Makefile.conf_last
|
echo DYNAMIC_ARCH=1 >> Makefile.conf_last
|
||||||
|
endif
|
||||||
|
ifdef USE_THREAD
|
||||||
|
echo USE_THREAD=$(USE_THREAD) >> Makefile.conf_last
|
||||||
endif
|
endif
|
||||||
touch lib.grd
|
touch lib.grd
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue