Re: [PATCH] Add -fld-path= to specify an arbitrary executable as the linker

2020-07-07 Thread Martin Liška
m: Fangrui Song Date: Thu, 2 Jul 2020 12:26:09 -0700 Subject: [PATCH] Add -fld-path= to specify an arbitrary executable as the linker The value can be either a relative path (relative to a COMPILER_PATH directory or a PATH directory) or an absolute path. -fld-path= complements -fuse-ld={bfd,gold,

Re: [PATCH] Add -fld-path= to specify an arbitrary executable as the linker

2020-07-03 Thread Fāng-ruì Sòng via Gcc-patches
0 12:26:09 -0700 Subject: [PATCH] Add -fld-path= to specify an arbitrary executable as the linker The value can be either a relative path (relative to a COMPILER_PATH directory or a PATH directory) or an absolute path. -fld-path= complements -fuse-ld={bfd,gold,lld} which specifies the linker flavor.

Re: [PATCH] Add -fld-path= to specify an arbitrary executable as the linker

2020-07-03 Thread Martin Liška
d-path= to specify an arbitrary executable as the linker The value can be either a relative path (relative to a COMPILER_PATH directory or a PATH directory) or an absolute path. -fld-path= complements -fuse-ld={bfd,gold,lld} which specifies the linker flavor. PR driver/93645 *

[PATCH] Add -fld-path= to specify an arbitrary executable as the linker

2020-07-02 Thread Fāng-ruì Sòng via Gcc-patches
eate a GCC patch superseding this one later. Attached the new patch. >From e7f86cdcaf03e4ddb98d0df9d07894d9ffb7d91a Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Thu, 2 Jul 2020 12:26:09 -0700 Subject: [PATCH] Add -fld-path= to specify an arbitrary executable as the linker The value ca