When setting up tm.h, convert "vax/vax.h" into "config-vax.h" rather than "[.config...
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 11 Jul 1994 19:40:35 +0000 (15:40 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 11 Jul 1994 19:40:35 +0000 (15:40 -0400)
commit1d8f7ff646ac9ddb7aa3f51b96a9663f3cd5c7fc
treee10911c6b95fe43816d042ab4dc572388d6ac11a
parent1ca0c604b955bd2e9a2ae6165c8577044b803d34
When setting up tm.h, convert "vax/vax.h" into "config-vax.h" rather than "[.config.vax]vax.h" for #include so it will work from [.cp] subdirectory...

When setting up tm.h, convert "vax/vax.h" into "config-vax.h" rather
than "[.config.vax]vax.h" for #include so it will work from [.cp]
subdirectory; copy vax.h to config-vax.h as part of configuration
setup.  Also, manually include cc1plus in the list of buildable
compilers (a temporary measure; it should process cp/Makefile.in like
it does for primary makefile).

From-SVN: r7711
gcc/vmsconfig.com