]> Git Repo - VerusCoin.git/commit - configure.ac
Remove libsnark from depends build system (#226)
authorAsher Dawes <[email protected]>
Sun, 2 Jun 2019 04:55:37 +0000 (21:55 -0700)
committerGitHub <[email protected]>
Sun, 2 Jun 2019 04:55:37 +0000 (21:55 -0700)
commitfb7b9e3f8076103de30da7fa9b28ca7f90e85691
tree639946465fc2bffee193bc0799ddf64cdb0e4d39
parentf6ca05dae526b97877bb0525eab065770bf8e5e0
Remove libsnark from depends build system (#226)

configure: Guess -march for libsnark OPTFLAGS instead of hard-coding

When cross-compiling, this will remove the -march flag entirely unless
the user specifies CONFIGURE_FLAGS="--with-gcc-arch=<arch>".
build-aux/m4/ax_compiler_vendor.m4 [new file with mode: 0644]
build-aux/m4/ax_gcc_archflag.m4 [new file with mode: 0644]
build-aux/m4/ax_gcc_x86_cpuid.m4 [new file with mode: 0644]
configure.ac
depends/packages/libsnark.mk [deleted file]
depends/packages/packages.mk
src/Makefile.am
This page took 0.026907 seconds and 4 git commands to generate.