git: gcc44: Remove a wrong define for the profiled math library's name.

Sascha Wildner swildner at crater.dragonflybsd.org
Mon Mar 5 02:05:54 PST 2012


commit 371dc45ff763e1c1fc509b52259766977bfc3c34
Author: Sascha Wildner <saw at 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 at 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





More information about the Commits mailing list