git: <sys.mk>: Fix ${NXCXXFLAGS} to base on ${CXXFLAGS}

Aaron LI aly at crater.dragonflybsd.org
Sat Apr 4 21:41:56 PDT 2026


commit 3e0027b707095f7dc37b18654a0265432ebe48bd
Author: Aaron LI <aly at aaronly.me>
Date:   Sun Apr 5 10:07:30 2026 +0800

    <sys.mk>: Fix ${NXCXXFLAGS} to base on ${CXXFLAGS}
    
    ${CXXFLAGS} is already defined above in <sys.mk>, so it's better and
    more correct to define ${NXCXXFLAGS} based on ${CXXFLAGS}.
    
    Actually, this fixes ${NXCXXFLAGS} to obtain the correct '-std' flag
    from ${CXXFLAGS}.

Summary of changes:
 share/mk/sys.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3e0027b707095f7dc37b18654a0265432ebe48bd


-- 
DragonFly BSD source repository


More information about the Commits mailing list