Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (3h)  pkgsrc-2024Q1 (2d)  pkgsrc-2023Q4 (76d)  pkgsrc-2023Q2 (109d) 

2024-06-16 11:07:15 UTC Now

2010-08-10 05:42:34 UTC MAIN commitmail json YAML

Fix build failure on NetBSD/arm.

patch-ah (new):
Fix wrong placed #else clause against #if defined(__linux__) in cpu-arm.c.

patch-ba:
Check NetBSD's native atomic_ops in configure even in arm case.
configure checks $host_cpu first, not $host_os on checks for
native atomic operations.
(In upstream it seems fixed to see $host_os first but
  it might still have problem around NetBSD version checks)

(tsutsui)