biology/avida: unbreak on powerpc64

Builds fine with GCC 9.

Approved by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-10-23 16:25:10 +00:00
parent a4cc0149e5
commit 6cf4d2cdda
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515272

View file

@ -18,9 +18,8 @@ BROKEN_armv7= invokes x86 assembler
BROKEN_mips= invokes x86 assembler
BROKEN_mips64= invokes x86 assembler
BROKEN_sparc64= missing atomics implementation
BROKEN_powerpc64= fails to compile: sibling call optimization does not allow automatic multiple TOCs
USES= cmake ncurses
USES= compiler:c11 cmake ncurses
USE_CXXSTD= gnu++98
CMAKE_ARGS= -DAPTO_UNIT_TESTS:BOOL=OFF \
-DAVD_UNIT_TESTS:BOOL=OFF \