pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gcc15-[aux,gnat]: fix build and check errors
Module Name: pkgsrc-wip
Committed By: Dmytro Kazankov <dkazankov%NetBSD.org@localhost>
Pushed By: dkazankov
Date: Thu May 8 21:15:02 2025 +0300
Changeset: a53846476235d4a0b48327b2130667456783919b
Modified Files:
gcc15-aux/Makefile
gcc15-gnat/Makefile
Log Message:
gcc15-[aux,gnat]: fix build and check errors
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a53846476235d4a0b48327b2130667456783919b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gcc15-aux/Makefile | 4 ++--
gcc15-gnat/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs:
diff --git a/gcc15-aux/Makefile b/gcc15-aux/Makefile
index c90dd9befd..77c620741e 100644
--- a/gcc15-aux/Makefile
+++ b/gcc15-aux/Makefile
@@ -123,8 +123,8 @@ CONFIGURE_ARGS+= --enable-languages=ada,c,c++,cobol,fortran --enable-stage1-lang
#CONFIGURE_ARGS+= --with-static-standard-libraries
# This will create slightly slower compiler
CONFIGURE_ARGS+= --enable-shared
-CONFIGURE_ARGS+= --enable-host-shared
-# Fortran compiler breaks to segmentation fault with --enable-host-pie and --enable-host-bind-now
+# Fortran compiler breaks to segmentation fault with next 3 enables
+#CONFIGURE_ARGS+= --enable-host-shared
#CONFIGURE_ARGS+= --enable-host-pie
#CONFIGURE_ARGS+= --enable-host-bind-now
#CONFIGURE_ARGS+= --enable-default-pie
diff --git a/gcc15-gnat/Makefile b/gcc15-gnat/Makefile
index 88ef2cafac..5fb46bc2d3 100644
--- a/gcc15-gnat/Makefile
+++ b/gcc15-gnat/Makefile
@@ -17,8 +17,8 @@ LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3
DISTFILES= ${DEFAULT_DISTFILES}
EXTRACT_ONLY= ${DEFAULT_DISTFILES}
-#CHECK_PIE_SUPPORTED= no
-#CHECK_RELRO_SUPPORTED= no
+CHECK_PIE_SUPPORTED= no
+CHECK_RELRO_SUPPORTED= no
# We really need gcc10-aux as bootstrap compiler only.
# Although gcc6-aux can no longer be used for this.
Home |
Main Index |
Thread Index |
Old Index