Skip to content

Commit

Permalink
math/reduce: Broken on armv7
Browse files Browse the repository at this point in the history
Reported by:	fallout
  • Loading branch information
yurivict committed Aug 18, 2022
1 parent dde4ef6 commit eef0f6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion math/reduce/Makefile
Expand Up @@ -9,7 +9,8 @@ COMMENT= Codemist Standard Lisp REDUCE general-purpose computer system

LICENSE= BSD2CLAUSE

BROKEN_i386= fails to compile: sysv.S:832:1: changed section flags for .eh_frame, expected: 0x2
BROKEN_armv7= fails to compile: error: no viable overloaded '=': return *this = int128_t(rhs);
BROKEN_i386= fails to compile: sysv.S:832:1: changed section flags for .eh_frame, expected: 0x2

BUILD_DEPENDS= gnuplot:math/gnuplot
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
Expand Down

0 comments on commit eef0f6b

Please sign in to comment.