git: d994aefe0c15 - main - cad/nvc: enable LTO on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Aug 2023 20:02:52 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=d994aefe0c156592604baed87f25db062f742e26 commit d994aefe0c156592604baed87f25db062f742e26 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-10 10:42:16 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-10 20:02:28 +0000 cad/nvc: enable LTO on powerpc64 --- cad/nvc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cad/nvc/Makefile b/cad/nvc/Makefile index 9fc98cf41176..9064dd9e6cc5 100644 --- a/cad/nvc/Makefile +++ b/cad/nvc/Makefile @@ -1,6 +1,7 @@ PORTNAME= nvc DISTVERSIONPREFIX= r DISTVERSION= 1.10.1 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org @@ -56,7 +57,7 @@ CONFIGURE_CMD= ${WRKSRC}/configure .include <bsd.port.options.mk> -.if ${ARCH} == "i386" || ${ARCH} == powerpc64 # see the bug#268319 for the LTO failure on i386 +.if ${ARCH} == "i386" # see the bug#268319 for the LTO failure on i386 CONFIGURE_ARGS+= --disable-lto # workaround for https://github.com/nickg/nvc/issues/579 (undefined symbol: _GLOBAL_OFFSET_TABLE_, see error: undefined symbol: _GLOBAL_OFFSET_TABLE_) .endif