git: cc80: Adjust cc_tools/libcpp to get rid of Makefile.intcxx_lib

Aaron LI aly at crater.dragonflybsd.org
Thu Apr 23 04:43:20 PDT 2026


commit 125ad2616028128e520c8d66fa53189fd2da964a
Author: Aaron LI <aly at aaronly.me>
Date:   Thu Apr 23 19:32:01 2026 +0800

    cc80: Adjust cc_tools/libcpp to get rid of Makefile.intcxx_lib
    
    The Makefile.intcxx_lib was a hack to build .c files with a C++
    compiler and was only used by cc_tools/libcpp.  Adjust the latter's
    Makefile to use <bsd.hostlib.mk> by overriding MKDEPCC/CC/CFLAGS.  As a
    result, Makefile.intcxx_lib is removed.

Summary of changes:
 gnu/usr.bin/cc80/Makefile.intcxx_lib      | 228 ------------------------------
 gnu/usr.bin/cc80/cc_tools/libcpp/Makefile |   7 +-
 2 files changed, 6 insertions(+), 229 deletions(-)
 delete mode 100644 gnu/usr.bin/cc80/Makefile.intcxx_lib

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/125ad2616028128e520c8d66fa53189fd2da964a


-- 
DragonFly BSD source repository


More information about the Commits mailing list