DragonFly commits List (threaded) for 2012-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: libstdc++47: fix wrong vec.o inclusion
commit 8a014a4084fedbfcfd851e20f456765ab4f79f7d
Author: John Marino <netbsd@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]