gcc44: remove /usr/lib from rpath
authorJohn Marino <draco@marino.st>
Sat, 24 Mar 2012 08:08:48 +0000 (09:08 +0100)
committerJohn Marino <draco@marino.st>
Sat, 24 Mar 2012 18:17:52 +0000 (19:17 +0100)
commit867579620da272fc2ad03f9cb3d3c25661fb60db
tree0ca7e509b3eaa92a544cf12962ff830cd9e9dff0
parent4f0bc915b65fcf5a23214f6d221d65c80be68ad4
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.
gnu/usr.bin/cc44/cc_prep/config/dragonfly-native.h