Skip to content

Commit

Permalink
cad/nvc: Broken on i386
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Dec 4, 2022
1 parent c53f4ec commit 8bf4642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cad/nvc/Makefile
Expand Up @@ -12,6 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING

BROKEN_armv6= compilation fails: no member named '_gregs' in 'mcontext_t'; did you mean '__gregs', see https://github.com/nickg/nvc/issues/534
BROKEN_armv7= compilation fails: no member named '_gregs' in 'mcontext_t'; did you mean '__gregs', see https://github.com/nickg/nvc/issues/534
BROKEN_i386= link fails: error: undefined symbol: _GLOBAL_OFFSET_TABLE_, see error: undefined symbol: _GLOBAL_OFFSET_TABLE_
BROKEN_FreeBSD_14_i386= clang creashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265826

BUILD_DEPENDS= llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION}
Expand Down

0 comments on commit 8bf4642

Please sign in to comment.