Attempt to get yasm to build unconditionally and automatically.
This commit is contained in:
parent
653126d89a
commit
139fb55308
@ -84,7 +84,7 @@ LIBMP_LT_REVISION = 10
|
|||||||
LIBMP_LT_AGE = 1
|
LIBMP_LT_AGE = 1
|
||||||
|
|
||||||
|
|
||||||
SUBDIRS = tests mpn mpz mpq mpf printf scanf cxx mpbsd demos tune doc
|
SUBDIRS = tests mpn mpz mpq mpf printf scanf cxx mpbsd demos tune doc yasmbuild
|
||||||
|
|
||||||
EXTRA_DIST = macos configfsf.guess configfsf.sub .gdbinit INSTALL.autoconf
|
EXTRA_DIST = macos configfsf.guess configfsf.sub .gdbinit INSTALL.autoconf
|
||||||
|
|
||||||
|
@ -455,7 +455,7 @@ LIBGMPXX_LT_AGE = 1
|
|||||||
LIBMP_LT_CURRENT = 4
|
LIBMP_LT_CURRENT = 4
|
||||||
LIBMP_LT_REVISION = 10
|
LIBMP_LT_REVISION = 10
|
||||||
LIBMP_LT_AGE = 1
|
LIBMP_LT_AGE = 1
|
||||||
SUBDIRS = tests mpn mpz mpq mpf printf scanf cxx mpbsd demos tune doc
|
SUBDIRS = tests mpn mpz mpq mpf printf scanf cxx mpbsd demos tune doc yasmbuild
|
||||||
|
|
||||||
# The ansi2knr setups for the build programs are the same as the normal
|
# The ansi2knr setups for the build programs are the same as the normal
|
||||||
# automake ansi2knr rules, but using $(CC_FOR_BUILD) instead of $(CC).
|
# automake ansi2knr rules, but using $(CC_FOR_BUILD) instead of $(CC).
|
||||||
|
3
yasmbuild/Makefile
Normal file
3
yasmbuild/Makefile
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
default:
|
||||||
|
cd ../yasm; ./configure; make
|
||||||
|
all: default
|
Loading…
Reference in New Issue
Block a user