Disable assembly sources when compiler/assembler cannot compile certain
authorjkim <jkim@FreeBSD.org>
Wed, 17 Aug 2016 22:13:39 +0000 (22:13 +0000)
committerjkim <jkim@FreeBSD.org>
Wed, 17 Aug 2016 22:13:39 +0000 (22:13 +0000)
commit0ce5ec83243f4c882f1aac7fec65cd1699b3ff4e
tree1544841f9d82122d77f5e113df54f57c3279c63a
parent84024f61ce8961c802be842dadb1507dab2b8f0f
Disable assembly sources when compiler/assembler cannot compile certain
instructions.  For example, GCC 4.2.1 + binutils 2.17.50 does not support
AVX instructions.

Reported by: bde
MFC after: 2 weeks
secure/lib/libcrypto/Makefile
secure/lib/libcrypto/Makefile.asm
secure/lib/libcrypto/Makefile.inc
secure/lib/libcrypto/opensslconf-aarch64.h.in [moved from secure/lib/libcrypto/opensslconf-aarch64.h with 98% similarity]
secure/lib/libcrypto/opensslconf-arm.h.in [moved from secure/lib/libcrypto/opensslconf-arm.h with 98% similarity]
secure/lib/libcrypto/opensslconf-mips.h.in [moved from secure/lib/libcrypto/opensslconf-mips.h with 98% similarity]
secure/lib/libcrypto/opensslconf-powerpc.h.in [moved from secure/lib/libcrypto/opensslconf-powerpc.h with 98% similarity]
secure/lib/libcrypto/opensslconf-riscv.h.in [moved from secure/lib/libcrypto/opensslconf-riscv.h with 98% similarity]
secure/lib/libcrypto/opensslconf-sparc64.h.in [moved from secure/lib/libcrypto/opensslconf-sparc64.h with 98% similarity]
secure/lib/libcrypto/opensslconf-x86.h.in [moved from secure/lib/libcrypto/opensslconf-x86.h with 98% similarity]