diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-10-28 23:39:12 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-10-28 23:39:12 +0000 |
commit | 1feedf04f01eae58a193fcdc3d4c9f96d0737343 (patch) | |
tree | 217e8423440010cb960f29741790ef946dfdd95e /math | |
parent | multimedia/libx264: unbreak ASM on armv6 after r422672 (diff) |
multimedia/{lib,}x264: unbreak ASM on mips* after r422672
ASM=on is nop on many Tier2 and Tier3 architectures: arm + armeb, mips +
mipsel, ia64, sparc64. mips64 may be able to use MSA optimizations but the
ancient GCC in base doesn't support -msa flag and lang/gcc* are broken.
arm (aka armv4t) failed as:
You specified a pre-ARMv6 or Thumb-1 CPU in your CFLAGS.
If you really want to run on such a CPU, configure with --disable-asm.
mips (o32) failed as: [1]
You specified a pre-MSA CPU in your CFLAGS.
If you really want to run on such a CPU, configure with --disable-asm.
PR: 213443
Reported by: pkg-fallout [1]
Obtained from: PkgSrc
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=424888
Diffstat (limited to 'math')
0 files changed, 0 insertions, 0 deletions