From 038f35e4a50efac2e80d1a54e59afe633b16f39b Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 15 Apr 2007 10:14:47 +0000 Subject: [PATCH] fix docs for ld -> cc change svn: r5945 --- collects/dynext/doc.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/dynext/doc.txt b/collects/dynext/doc.txt index 09faa60239..71333828ef 100644 --- a/collects/dynext/doc.txt +++ b/collects/dynext/doc.txt @@ -110,9 +110,9 @@ Linking parameters: environment variable, or by using the LD or MZSCHEME_DYNEXT_LINKER environment variable if it is defined (and the latter takes precedence). Under Windows, it looks for cl.exe, - then ld.exe (gcc), then ilink32.exe (Borland). Under AIX, Mac OS - X, or Darwin, it looks for cc. Under other Unix variants, it - looks for ld. #f indicates that no linker could be found. + then ld.exe (gcc), then ilink32.exe (Borland). Under Cygwin, Solaris, + FreeBSD 2.x, or HP/UX, it looks for ld. Under other Unix variants, it + looks for cc. #f indicates that no linker could be found. > current-extension-linker-flags - list of paths/strings and thunks (see `expand-for-link-variant' below). Under Windows, default is