DragonFly commits List (threaded) for 2012-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: gcc44: remove /usr/lib from rpath
commit 867579620da272fc2ad03f9cb3d3c25661fb60db
Author: John Marino <draco@marino.st>
Date: Sat Mar 24 09:08:48 2012 +0100
gcc44: remove /usr/lib from rpath
The gcc44 specs were unconditionally adding /usr/lib to the rpath, making
it impossible to use the -z nodefaultlibs linker flag. RTLD will look in
/usr/lib by default as the last priority of the library search path as
long as the object wasn't built with -z nodefaultlibs.
Summary of changes:
gnu/usr.bin/cc44/cc_prep/config/dragonfly-native.h | 25 ++++++++++---------
1 files changed, 13 insertions(+), 12 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/867579620da272fc2ad03f9cb3d3c25661fb60db
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]