head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.6 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.4 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.2; locks; strict; comment @# @; 1.1 date 2025.10.02.06.09.36; author wiz; state Exp; branches 1.1.2.1; next ; commitid NNxHV3vFqDQevXcG; 1.1.2.1 date 2025.10.02.06.09.36; author maya; state dead; branches; next 1.1.2.2; commitid bUNf7MlHSuAhtnfG; 1.1.2.2 date 2025.10.21.01.52.26; author maya; state Exp; branches; next ; commitid bUNf7MlHSuAhtnfG; desc @@ 1.1 log @libatomic: fix build on sparc Older models don't support -mcpu=v9. From John D. Baker in PR 58716. @ text @$NetBSD$ Do not assume v9 architecture for sparc builds. Fixes build for older sparc models. --- libatomic/configure.tgt.orig 2025-10-02 06:07:31.951017486 +0000 +++ libatomic/configure.tgt @@@@ -68,7 +68,7 @@@@ case "${target_cpu}" in ;; *) if test -z "$with_cpu"; then - XCFLAGS="${XCFLAGS} -mcpu=v9" + : #XCFLAGS="${XCFLAGS} -mcpu=v9" fi esac ARCH=sparc @ 1.1.2.1 log @file patch-libatomic_configure.tgt was added on branch pkgsrc-2025Q3 on 2025-10-21 01:52:26 +0000 @ text @d1 16 @ 1.1.2.2 log @Pullup ticket #7014 - requested by bsiegert devel/libatomic: Build fix Revisions pulled up: - devel/libatomic/distinfo 1.12 - devel/libatomic/patches/patch-libatomic_configure.tgt 1.1 --- Module Name: pkgsrc Committed By: wiz Date: Thu Oct 2 06:09:36 UTC 2025 Modified Files: pkgsrc/devel/libatomic: distinfo Added Files: pkgsrc/devel/libatomic/patches: patch-libatomic_configure.tgt Log Message: libatomic: fix build on sparc Older models don't support -mcpu=v9. From John D. Baker in PR 58716. @ text @a0 16 $NetBSD: patch-libatomic_configure.tgt,v 1.1 2025/10/02 06:09:36 wiz Exp $ Do not assume v9 architecture for sparc builds. Fixes build for older sparc models. --- libatomic/configure.tgt.orig 2025-10-02 06:07:31.951017486 +0000 +++ libatomic/configure.tgt @@@@ -68,7 +68,7 @@@@ case "${target_cpu}" in ;; *) if test -z "$with_cpu"; then - XCFLAGS="${XCFLAGS} -mcpu=v9" + : #XCFLAGS="${XCFLAGS} -mcpu=v9" fi esac ARCH=sparc @