git: libstdc++47: fix wrong vec.o inclusion
Samuel Greear
sjg at crater.dragonflybsd.org
Tue Oct 2 14:45:01 PDT 2012
commit 8a014a4084fedbfcfd851e20f456765ab4f79f7d
Author: John Marino <netbsd at marino.st>
Date: Tue Oct 2 22:07:43 2012 +0200
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.
Summary of changes:
gnu/lib/gcc47/libstdc++/Makefile | 8 ++++++--
gnu/lib/gcc47/libsupc++/Makefile.src | 4 +++-
2 files changed, 9 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8a014a4084fedbfcfd851e20f456765ab4f79f7d
--
DragonFly BSD source repository
More information about the Commits
mailing list