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

Sascha Wildner swildner at crater.dragonflybsd.org
Mon Mar 5 02:22:55 PST 2012


commit 5d6e7c9fd82bd59caa695227ba4e1aa5b3c9bca8
Author: Sascha Wildner <saw at online.de>
Date:   Mon Mar 5 11:04:30 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 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/5d6e7c9fd82bd59caa695227ba4e1aa5b3c9bca8


-- 
DragonFly BSD source repository





More information about the Commits mailing list