[openssl-dev] [openssl.org #4609] Configure does not honor requests for ld.gold

noloader@gmail.com via RT rt at openssl.org
Fri Jul 8 07:47:15 UTC 2016


$ ./config LD=ld.gold
Operating system: x86_64-whatever-linux2
Configuring for linux-x86_64
Configuring OpenSSL version 1.1.0-pre6-dev (0x0x10100006L)
target already defined - linux-x86_64 (offending arg: LD=ld.gold)

And:

$ LD=ld.gold ./config
Operating system: x86_64-whatever-linux2
Configuring for linux-x86_64
...

$ cat Makefile | grep ld.gold
$ cat Makefile.shared | grep ld.gold
$

I don't believe CFLAG -fuse-ld=gold is an option because the linker is
invoked directly rather than using the compiler driver. (Or at least
it used to be that way).


-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4609
Please log in as guest with password guest if prompted



More information about the openssl-dev mailing list