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
|
||||
AR = ar
|
||||
ARFLAGS = crv
|
||||
LINK = ld -r
|
||||
LINK = @LD@ -r
|
||||
LD = @LD@
|
||||
MCPP = @MCPP@
|
||||
MSED = @MSED@
|
||||
|
|
|
|||
Loading…
Reference in New Issue