fix docs for ld -> cc change
svn: r5945
This commit is contained in:
parent
9d7a5b1372
commit
038f35e4a5
|
@ -110,9 +110,9 @@ Linking parameters:
|
||||||
environment variable, or by using the LD or
|
environment variable, or by using the LD or
|
||||||
MZSCHEME_DYNEXT_LINKER environment variable if it is defined (and
|
MZSCHEME_DYNEXT_LINKER environment variable if it is defined (and
|
||||||
the latter takes precedence). Under Windows, it looks for cl.exe,
|
the latter takes precedence). Under Windows, it looks for cl.exe,
|
||||||
then ld.exe (gcc), then ilink32.exe (Borland). Under AIX, Mac OS
|
then ld.exe (gcc), then ilink32.exe (Borland). Under Cygwin, Solaris,
|
||||||
X, or Darwin, it looks for cc. Under other Unix variants, it
|
FreeBSD 2.x, or HP/UX, it looks for ld. Under other Unix variants, it
|
||||||
looks for ld. #f indicates that no linker could be found.
|
looks for cc. #f indicates that no linker could be found.
|
||||||
|
|
||||||
> current-extension-linker-flags - list of paths/strings and thunks
|
> current-extension-linker-flags - list of paths/strings and thunks
|
||||||
(see `expand-for-link-variant' below). Under Windows, default is
|
(see `expand-for-link-variant' below). Under Windows, default is
|
||||||
|
|
Loading…
Reference in New Issue
Block a user