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 (16m)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (168d) 

2024-05-27 13:51:00 UTC Now

2023-12-12 16:41:49 UTC MAIN commitmail json YAML

pcc.mk: Adapt c99 flags

Change the commented-out flag setting from testing USE_LANGUAGES,
which won't work with new-style FORCE_C_STD, to setting
_C_STD_FLAG.c99, which compiler.mk will add via wrappers.

This is a comment-only change; the new code awaits testing much as the
old code did.

(gdt)