gcc44: Remove a wrong define for the profiled math library's name.
authorSascha Wildner <saw@online.de>
Mon, 5 Mar 2012 10:05:48 +0000 (11:05 +0100)
committerSascha Wildner <saw@online.de>
Mon, 5 Mar 2012 10:05:48 +0000 (11:05 +0100)
commit371dc45ff763e1c1fc509b52259766977bfc3c34
tree5c12d6f42ef11ca991f617ceb6193a3d82647c7e
parentc19a53a9a31be4da2cd2711d96fcfcfe8d50206d
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>
contrib/gcc-4.4/gcc/config/dragonfly.h