]> gcc.gnu.org Git - gcc.git/commit
PR-105410 Bugfix implement save-temps across every temporary file.
authorGaius Mulley <gaius.mulley@southwales.ac.uk>
Wed, 4 May 2022 14:24:18 +0000 (15:24 +0100)
committerGaius Mulley <gaius.mulley@southwales.ac.uk>
Wed, 4 May 2022 14:24:18 +0000 (15:24 +0100)
commitb94876d89da4b36e67982d0a402ea021b280c27a
tree977286ce071cfa966e888542d87982eefbbc3243
parent85de466e317bc7486537747cd313ee396f1e1bac
PR-105410 Bugfix implement save-temps across every temporary file.

2022-05-04   Gaius Mulley   <gaius.mulley@southwales.ac.uk>

gcc/m2/ChangeLog:

* m2/m2-link-support.h (RM_IF_NOSAVETEMP) New macro.
(GM2CC) Use RM_IF_NOSAVETEMP on the assembler intermediate file.
(GM2LCC) Use RM_IF_NOSAVETEMP when creating an archive of the
application.  (GEN_SCAFFOLD_SRC) Use RM_IF_NOSAVETEMP when
creating the scaffold source program.  (M2LINK) Use
RM_IF_NOSAVETEMP when creating the assembler source name and use
RM_IF_NOSAVETEMP when creating the main program object.

Signed-off-by: Gaius Mulley <gaius.mulley@southwales.ac.uk>
gcc/m2/m2-link-support.h
gm2tools/Makefile.in
This page took 0.069562 seconds and 6 git commands to generate.