git: gcc80: Revert the '++' to 'xx' renaming hack

Aaron LI aly at crater.dragonflybsd.org
Mon Aug 17 18:49:06 PDT 2026


commit a7533e1dc00221c46a2e65987a86b6bada1c79a9
Author: Aaron LI <aly at aaronly.me>
Date:   Tue Aug 18 00:47:54 2026 +0800

    gcc80: Revert the '++' to 'xx' renaming hack
    
    Similar to the last commit for gcc120.

Summary of changes:
 gnu/lib/gcc80/Makefile                             |  2 +-
 gnu/lib/gcc80/{libstdcxx => libstdc++}/Makefile    |  0
 .../gcc80/{libstdcxx => libstdc++}/Makefile.inc    |  0
 .../{libstdcxx => libstdc++}/components/Makefile   |  0
 .../components/libconv_1998/Makefile               |  2 +-
 .../components/libconv_1998/Makefile.src           |  0
 .../components/libconv_2011/Makefile               |  2 +-
 .../components/libconv_2011/Makefile.src           |  0
 .../components/libconv_supc/Makefile               |  2 +-
 .../components/libconv_supc/Makefile.src           |  0
 .../{libstdcxx => libstdc++}/headers/Makefile      |  0
 .../headers/Makefile.headers                       |  0
 .../{libstdcxx => libstdc++}/headers/config.h      |  0
 .../{libstdcxx => libstdc++}/product/Makefile      | 34 ++++++++--------------
 .../{libstdcxx => libstdc++}/product/Makefile.src  |  0
 15 files changed, 16 insertions(+), 26 deletions(-)
 rename gnu/lib/gcc80/{libstdcxx => libstdc++}/Makefile (100%)
 rename gnu/lib/gcc80/{libstdcxx => libstdc++}/Makefile.inc (100%)
 rename gnu/lib/gcc80/{libstdcxx => libstdc++}/components/Makefile (100%)
 rename gnu/lib/gcc80/{libstdcxx => libstdc++}/components/libconv_1998/Makefile (98%)
 rename gnu/lib/gcc80/{libstdcxx => libstdc++}/components/libconv_1998/Makefile.src (100%)
 rename gnu/lib/gcc80/{libstdcxx => libstdc++}/components/libconv_2011/Makefile (99%)
 rename gnu/lib/gcc80/{libstdcxx => libstdc++}/components/libconv_2011/Makefile.src (100%)
 rename gnu/lib/gcc80/{libstdcxx => libstdc++}/components/libconv_supc/Makefile (98%)
 rename gnu/lib/gcc80/{libstdcxx => libstdc++}/components/libconv_supc/Makefile.src (100%)
 rename gnu/lib/gcc80/{libstdcxx => libstdc++}/headers/Makefile (100%)
 rename gnu/lib/gcc80/{libstdcxx => libstdc++}/headers/Makefile.headers (100%)
 rename gnu/lib/gcc80/{libstdcxx => libstdc++}/headers/config.h (100%)
 rename gnu/lib/gcc80/{libstdcxx => libstdc++}/product/Makefile (63%)
 rename gnu/lib/gcc80/{libstdcxx => libstdc++}/product/Makefile.src (100%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a7533e1dc00221c46a2e65987a86b6bada1c79a9


-- 
DragonFly BSD source repository


More information about the Commits mailing list