git: gcc80: Various cleanups and tweaks to makefiles

Aaron LI aly at crater.dragonflybsd.org
Mon Mar 23 00:40:19 PDT 2026


commit 810b2a1061c2d17f6962a54b503a06f0ada4ae97
Author: Aaron LI <aly at aaronly.me>
Date:   Mon Mar 23 10:19:18 2026 +0800

    gcc80: Various cleanups and tweaks to makefiles
    
    - Remove unused variables.
    - Remove some commented directives.
    - Remove unneeded '-I${.CURDIR}' from cc_tools/libcpp/Makefile.
    - Fix multiple comments: typos, filenames, punctuations, etc.
    - Change two unnecessary '+=' to be '='.
    - Include <bsd.subdir.mk> for 'cc_tools/Makefile' to make more sense.
    - Add a brief description for the origin of 'Makefile.zhack'.

Summary of changes:
 gnu/lib/gcc80/Makefile.inc                           |  4 ----
 gnu/lib/gcc80/csu/Makefile                           |  6 +++---
 gnu/lib/gcc80/libgcc/Makefile.src                    |  3 ---
 gnu/lib/gcc80/libgomp/Makefile                       |  1 -
 gnu/lib/gcc80/libstdcxx/headers/Makefile             |  2 +-
 gnu/usr.bin/cc80/Makefile                            |  4 ++--
 gnu/usr.bin/cc80/Makefile.langs                      |  6 +-----
 gnu/usr.bin/cc80/Makefile.tgt                        |  5 -----
 gnu/usr.bin/cc80/Makefile.zhack                      |  3 +++
 gnu/usr.bin/cc80/backends/programs/collect2/Makefile | 13 ++++++-------
 gnu/usr.bin/cc80/cc_tools/Makefile                   |  2 +-
 gnu/usr.bin/cc80/cc_tools/libcpp/Makefile            |  1 -
 gnu/usr.bin/cc80/cc_tools/libiberty/Makefile         | 12 ++++++++----
 gnu/usr.bin/cc80/cc_tools/tools/Makefile             |  8 +++-----
 gnu/usr.bin/cc80/support-libs/liblto_plugin/Makefile |  4 ++--
 15 files changed, 30 insertions(+), 44 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/810b2a1061c2d17f6962a54b503a06f0ada4ae97


-- 
DragonFly BSD source repository


More information about the Commits mailing list