Port to more generally used YASM assembler

This commit is contained in:
Diederik Huys
2013-03-27 14:13:52 +01:00
parent d9137bb2d8
commit fa17bab40d
4 changed files with 19 additions and 21 deletions

View File

@@ -28,7 +28,7 @@ LIBS:=-lgmp obj/lin64.o
SECP256K1_FILES := $(SECP256K1_FILES) num_gmp.h num_gmp.cpp obj/lin64.o
obj/lin64.o: lin64.asm
/tmp/jwasm -Fo obj/lin64.o -elf64 lin64.asm
yasm -f elf64 -o obj/lin64.o lin64.asm
endif
endif
endif