Remove --ld-path=* from _LDFLAGS
It makes no sense to pass --ld-path to direct ${LD} invocations. This was missed in r366270 due to not doing a clean build.
This commit is contained in:
parent
f845673b24
commit
3f8d55c617
@ -240,7 +240,7 @@ LFLAGS ?=
|
||||
# compiler driver flags (e.g. -mabi=*) that conflict with flags to LD.
|
||||
LD ?= ld
|
||||
LDFLAGS ?=
|
||||
_LDFLAGS = ${LDFLAGS:S/-Wl,//g:N-mabi=*:N-fuse-ld=*}
|
||||
_LDFLAGS = ${LDFLAGS:S/-Wl,//g:N-mabi=*:N-fuse-ld=*:N--ld-path=*}
|
||||
|
||||
MAKE ?= make
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user