]> git.ipfire.org Git - thirdparty/gcc.git/commit
Makefile.am: Remove references to c-compiler-name.h and cp-compiler-name.h
authorSergio Durigan Junior <sergiodj@redhat.com>
Thu, 16 Nov 2017 18:15:33 +0000 (18:15 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 16 Nov 2017 18:15:33 +0000 (11:15 -0700)
commit9d99775c34864d030d97b6a5ea5987616ff37468
tree2de8be5e2648fec8c4e0080f09145cb6a267409c
parentdc03239c2d8607a0f5cdb13a220bcf0c7f8ed7cd
Makefile.am: Remove references to c-compiler-name.h and cp-compiler-name.h

* Makefile.am: Remove references to c-compiler-name.h and
cp-compiler-name.h
* Makefile.in: Regenerate.
* compiler-name.hh: New file.
* libcc1.cc: Don't include c-compiler-name.h.  Include
compiler-name.hh.
* libcp1.cc: Don't include cp-compiler-name.h.  Include
compiler-name.hh.

Co-Authored-By: Pedro Alves <palves@redhat.com>
From-SVN: r254838
libcc1/ChangeLog
libcc1/Makefile.am
libcc1/Makefile.in
libcc1/compiler-name.hh [new file with mode: 0644]
libcc1/libcc1.cc
libcc1/libcp1.cc