fix typo in dynext linker spec for x86_64 Darwin

This commit is contained in:
Matthew Flatt 2010-05-26 14:08:32 -06:00
parent 8675dc69af
commit d346575d36

View File

@ -140,7 +140,7 @@
(format "-bE:~a/ext.exp" (include-dir)) (format "-bE:~a/ext.exp" (include-dir))
"-bnoentry")] "-bnoentry")]
[(parisc-hpux) (list "-b")] [(parisc-hpux) (list "-b")]
[(ppc-macosx ppc-darwin x86_64-macosx x86_86-darwin) mac-link-flags] [(ppc-macosx ppc-darwin x86_64-macosx x86_64-darwin) mac-link-flags]
[(i386-macosx i386-darwin) (append mac-link-flags '("-m32"))] [(i386-macosx i386-darwin) (append mac-link-flags '("-m32"))]
[(i386-cygwin) win-gcc-linker-flags] [(i386-cygwin) win-gcc-linker-flags]
[else (list "-fPIC" "-shared")])) [else (list "-fPIC" "-shared")]))