DragonFly commits List (threaded) for 2012-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: gcc44: Remove a wrong define for the profiled math library's name.
commit 371dc45ff763e1c1fc509b52259766977bfc3c34
Author: Sascha Wildner <saw@online.de>
Date: Mon Mar 5 11:05:48 2012 +0100
gcc44: Remove a wrong define for the profiled math library's name.
This caused compiling with -pg to fail for C++:
zoot# c++ -pg -o t t.c
/usr/libexec/binutils222/elf/ld.bfd: cannot find -lm_p
Our libraries for profiling don't have different names than the normal
ones. They just are in a different directory (/usr/lib/profile), which
is already cared for.
Reported-by: Pierre Abbat <phma@phma.optus.nu>
Dragonfly-bug: <http://bugs.dragonflybsd.org/issues/2325>
Summary of changes:
contrib/gcc-4.4/gcc/config/dragonfly.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/371dc45ff763e1c1fc509b52259766977bfc3c34
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]