Corrected defs.mak.in to use @LD@ passed from the configure script
instead of hard-coding "ld" for the LINK variable.
This commit is contained in:
parent
0b17c4d168
commit
f6de28c760
|
|
@ -56,7 +56,7 @@ RM = rm -f
|
||||||
CP = cp
|
CP = cp
|
||||||
AR = ar
|
AR = ar
|
||||||
ARFLAGS = crv
|
ARFLAGS = crv
|
||||||
LINK = ld -r
|
LINK = @LD@ -r
|
||||||
LD = @LD@
|
LD = @LD@
|
||||||
MCPP = @MCPP@
|
MCPP = @MCPP@
|
||||||
MSED = @MSED@
|
MSED = @MSED@
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue