Home
       build/bsd: Remove _ANSI_SOURCE - scc - simple c99 compiler
  HTML git clone git://git.simple-cc.org/scc
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 0ffa0e87ba113efd5d460be30c66cb11e1d17f3b
   DIR parent b26d16ddb425936fa71459860708c5b6747b4458
  HTML Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
       Date:   Wed,  9 Oct 2024 17:06:49 +0200
       
       build/bsd: Remove _ANSI_SOURCE
       
       _ISOC99_SOURCE should already do the good job and it made NetBSD
       failed in scc-make.
       
       Diffstat:
         M scripts/build/host/bsd.mk           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/scripts/build/host/bsd.mk b/scripts/build/host/bsd.mk
       @@ -1,4 +1,4 @@
        DRIVER = posix
        
       -HOST_CPPFLAGS = -D_ISOC99_SOURCE -D_ANSI_SOURCE
       +HOST_CPPFLAGS = -D_ISOC99_SOURCE
        HOSTCC = c99