]> gcc.gnu.org Git - gcc.git/commit
libgrust: Add libproc_macro and build system
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Wed, 25 Oct 2023 11:06:46 +0000 (13:06 +0200)
committerMarc Poulhiès <dkm@kataplop.net>
Thu, 14 Dec 2023 12:58:57 +0000 (13:58 +0100)
commitf37c55c14bc1176ef9a15fe584fb6d1bf2e6162f
treebe62905f6cb95ae37e5c192d168244d48f38b9c9
parent203efd5097b86a1eb0e41ca1a6be357721d5f14d
libgrust: Add libproc_macro and build system

Add some dummy files in libproc_macro along with its build system.

libgrust/ChangeLog:

* Makefile.am: New file.
* Makefile.in: Generate.
* configure.ac: New file.
* configure: Generate.
* aclocal.m4: Generate.
* libproc_macro/Makefile.am: New file.
* libproc_macro/proc_macro.cc: New file.
* libproc_macro/proc_macro.h: New file.
* libproc_macro/Makefile.in: Generate.

contrib/ChangeLog:

* gcc_update: Add libgrust file dependencies.

Co-authored-by: Arthur Cohen <arthur.cohen@embecosm.com>
Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
contrib/gcc_update
libgrust/Makefile.am [new file with mode: 0644]
libgrust/Makefile.in [new file with mode: 0644]
libgrust/aclocal.m4 [new file with mode: 0644]
libgrust/configure [new file with mode: 0755]
libgrust/configure.ac [new file with mode: 0644]
libgrust/libproc_macro/Makefile.am [new file with mode: 0644]
libgrust/libproc_macro/Makefile.in [new file with mode: 0644]
libgrust/libproc_macro/proc_macro.cc [new file with mode: 0644]
libgrust/libproc_macro/proc_macro.h [new file with mode: 0644]
This page took 0.052437 seconds and 5 git commands to generate.