libstdc++47: fix wrong vec.o inclusion
authorJohn Marino <netbsd@marino.st>
Tue, 2 Oct 2012 20:07:43 +0000 (22:07 +0200)
committerSamuel J. Greear <sjg@thesjg.com>
Tue, 2 Oct 2012 21:44:35 +0000 (15:44 -0600)
commit8a014a4084fedbfcfd851e20f456765ab4f79f7d
treea2771340ab49655b20389703929e1a82403673ad
parent962c854e9acdd9ebf2658ae66721349df67006f1
libstdc++47: fix wrong vec.o inclusion

The vec.cc file never got compiled for libstdc++.  The gcc/vec.c object
file was getting included into the library instead.  This change
effectively renames vec.cc to avoid name clashes.

This also allows gcc47 to completely build world.
gnu/lib/gcc47/libstdc++/Makefile
gnu/lib/gcc47/libsupc++/Makefile.src