diff --git a/code/foreign.lisp b/code/foreign.lisp
index d15e6a90c3cd4ad1da36fd189fe44769c04671f1..e491f67afa0b45935abc0a34ae35054bb4df7b20 100644
--- a/code/foreign.lisp
+++ b/code/foreign.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/foreign.lisp,v 1.46 2004/04/28 13:01:57 emarsden Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/foreign.lisp,v 1.47 2004/06/01 16:11:29 emarsden Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -732,7 +732,7 @@ environment passed to Lisp."
                         ;; via the LDEMULATION environment variable, or via the "-m" command-line
                         ;; option. Here we assume that LDEMULATION will be ignored by the platform
                         ;; linker on Linux/i386 platforms. 
-                        :env `(#+(and x86 linux) ("LDEMULATION" . "elf_i386") ,@env)
+                        :env `(#+(and x86 linux) (:ldemulation . "elf_i386") ,@env)
                         :input nil
                         :output error-output
                         :error :output)))