diff options
Diffstat (limited to '')
-rw-r--r-- | lang/gcc14-devel/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc14-devel/distinfo | 6 | ||||
-rw-r--r-- | lang/gcc14/Makefile | 6 | ||||
-rw-r--r-- | lang/gcc14/pkg-help | 5 |
4 files changed, 13 insertions, 6 deletions
diff --git a/lang/gcc14-devel/Makefile b/lang/gcc14-devel/Makefile index 12619aff774d..323f13b915b4 100644 --- a/lang/gcc14-devel/Makefile +++ b/lang/gcc14-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcc -PORTVERSION= 14.3.1.s20250829 +PORTVERSION= 14.3.1.s20250912 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} diff --git a/lang/gcc14-devel/distinfo b/lang/gcc14-devel/distinfo index fcdb8f253ed5..c8c590e3b1b6 100644 --- a/lang/gcc14-devel/distinfo +++ b/lang/gcc14-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756543273 -SHA256 (gcc-14-20250829.tar.xz) = 872fbeb615f349066de09948aeccfb996bd4f5e6e1f6c7630d0f2d3f302b5481 -SIZE (gcc-14-20250829.tar.xz) = 88313104 +TIMESTAMP = 1757750797 +SHA256 (gcc-14-20250912.tar.xz) = 7ddcc081ff64f595eebabc5885f48e276e3a45b2e72b2631d7bd4316944bce1d +SIZE (gcc-14-20250912.tar.xz) = 88324944 diff --git a/lang/gcc14/Makefile b/lang/gcc14/Makefile index 29e119905af3..3f2d7cf4848d 100644 --- a/lang/gcc14/Makefile +++ b/lang/gcc14/Makefile @@ -80,7 +80,11 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} CONFIGURE_ARGS+= --with-abi=elfv2 .endif -LANGUAGES:= c,c++,objc,fortran,jit +LANGUAGES= c,c++,objc,fortran +.if ${ARCH} != i386 && !empty(PORT_OPTIONS:M*BOOTSTRAP) +LANGUAGES:= ${LANGUAGES},jit +.endif + TARGLIB= ${PREFIX}/lib/gcc${SUFFIX} TARGLIB32= ${PREFIX}/lib32 # The version information is added later LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX} diff --git a/lang/gcc14/pkg-help b/lang/gcc14/pkg-help index 9030bbb28d3f..632e1c65f816 100644 --- a/lang/gcc14/pkg-help +++ b/lang/gcc14/pkg-help @@ -1,3 +1,6 @@ Building this port with LTO_BOOTSTRAP enabled requires significant amounts of memory and time. Consider disabling LTO_BOOTSTRAP in favor of STANDARD_BOOTSTRAP -(or disabling BOOTSTRAP altogether) in case that is a problem. +in case that is a problem. + +Note that disabling bootstrap altogether is possible, but not recommended: some +features (e.g. jit) requires you to choose a bootstrap option to be enabled. |