git: contrib/gcc-12: Add local -save-temp=objects option

Aaron LI aly at crater.dragonflybsd.org
Thu Mar 26 23:34:25 PDT 2026


commit 97b9ed6fb99a5176c41584655a8c8777a751467d
Author: Scott Parlane <scott at parlanenz.com>
Date:   Sun Sep 7 23:07:13 2025 +1200

    contrib/gcc-12: Add local -save-temp=objects option
    
    The upstream has considerably reworked how the -save-temps option (and
    friends) works [1], so we have to adjust the GCC-8 patch [2] for GCC-12.
    
    Meanwhile, apply commit d0443a708c [3] to the gcc.1 man page.
    
    [1] revamp dump and aux output names
        https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=1dedc12d186a110854537e1279b4e6c29f2df35a
    [2] gcc80: Add local -save-temps=objects option
        commit df642abc04
    [3] gcc80: Document -save-temps=objects addition
        commit d0443a708c

Summary of changes:
 contrib/gcc-12/README.DRAGONFLY |  2 ++
 contrib/gcc-12/gcc/doc/gcc.1    | 23 ++++++++++++++++++++++-
 contrib/gcc-12/gcc/gcc.cc       | 17 ++++++++++++++---
 3 files changed, 38 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/97b9ed6fb99a5176c41584655a8c8777a751467d


-- 
DragonFly BSD source repository


More information about the Commits mailing list