public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [patch] Adjust ld.bfd configure.tgt for latest DragonFly
@ 2014-05-12  7:26 John Marino
  2014-05-16 14:43 ` Nicholas Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: John Marino @ 2014-05-12  7:26 UTC (permalink / raw)
  To: Binutils; +Cc: Francois Tigeot

[-- Attachment #1: Type: text/plain, Size: 466 bytes --]

On the upcoming DragonFly release, many system libraries have been moved
from /usr/lib to /lib as part of the effort to convert them to shared
libraries for authentication purposes.  This effort follows what FreeBSD
did years ago.

The ld.bfd configure.tgt file needs to be adjusted as a result.  The
gold linker is not affected as it already searches /lib by default.

Would somebody please approve and commit the following simple patch to
the trunk?

Thanks,
John

[-- Attachment #2: patch-ld_configure.tgt.txt --]
[-- Type: text/plain, Size: 328 bytes --]

--- ld/configure.tgt.orig	2014-05-12 07:07:38.950145000 +0000
+++ ld/configure.tgt
@@ -780,7 +780,7 @@ NATIVE_LIB_DIRS='/usr/local/lib /lib /us
 case "${target}" in
 
 *-*-dragonfly*)
-  NATIVE_LIB_DIRS='/usr/lib /usr/pkg/lib /usr/local/lib'
+  NATIVE_LIB_DIRS='/lib /usr/lib /usr/pkg/lib /usr/local/lib'
   ;;
 
 *-*-freebsd*)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] Adjust ld.bfd configure.tgt for latest DragonFly
  2014-05-12  7:26 [patch] Adjust ld.bfd configure.tgt for latest DragonFly John Marino
@ 2014-05-16 14:43 ` Nicholas Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nicholas Clifton @ 2014-05-16 14:43 UTC (permalink / raw)
  To: John Marino, Binutils; +Cc: Francois Tigeot

Hi John,

> On the upcoming DragonFly release, many system libraries have been moved
> from /usr/lib to /lib as part of the effort to convert them to shared
> libraries for authentication purposes.  This effort follows what FreeBSD
> did years ago.

Approved and applied.

Cheers
   Nick


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-16 14:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-12  7:26 [patch] Adjust ld.bfd configure.tgt for latest DragonFly John Marino
2014-05-16 14:43 ` Nicholas Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).