diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2016-09-05 16:31:24 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2016-09-05 16:31:24 +0800 |
commit | 36db42475e700b4773e689a97a3c8a72e9793f0f (patch) | |
tree | caa76d20b49466f079dba2e0e8b8e8216c0c9403 /Makefile | |
parent | e312097f27bcdee838175a23085ddeb59e10a031 (diff) | |
download | dexon-mcl-36db42475e700b4773e689a97a3c8a72e9793f0f.tar.gz dexon-mcl-36db42475e700b4773e689a97a3c8a72e9793f0f.tar.zst dexon-mcl-36db42475e700b4773e689a97a3c8a72e9793f0f.zip |
compare ret
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ ifeq ($(HAS_BMI2),1) LLVM_FLAGS+=-mattr=bmi2 endif -ifneq ($(ASM),) +ifeq ($(USE_LOW_ASM),1) LOW_ASM_OBJ=$(LOW_ASM_SRC:.asm=.o) LIB_OBJ+=$(LOW_ASM_OBJ) endif |