gcc44: Remove a wrong define for the profiled math library's name.
authorSascha Wildner <saw@online.de>
Mon, 5 Mar 2012 10:04:30 +0000 (11:04 +0100)
committerSascha Wildner <saw@online.de>
Mon, 5 Mar 2012 10:22:40 +0000 (11:22 +0100)
commit5d6e7c9fd82bd59caa695227ba4e1aa5b3c9bca8
tree0a39e0f448fed3ceaac440079a2c3afa1c687281
parent9e651655768e7b1c474c5e2b99159902486c83b2
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 cared for.

Reported-by: Pierre Abbat <phma@phma.optus.nu>
Dragonfly-bug: <http://bugs.dragonflybsd.org/issues/2325>
contrib/gcc-4.4/gcc/config/dragonfly.h