In LINKER-CC, CONCATENATE was applied onto a path instead of a namestring.

This commit is contained in:
Juan Jose Garcia Ripoll 2010-12-27 21:59:16 +01:00
parent 10a59d79fd
commit e27ee4fe42

View file

@ -118,7 +118,7 @@ the environment variable TMPDIR to a different value." template))
(ld-flags (split-program-options *ld-flags*)))
(safe-run-program
*ld*
`(,(concatenate 'string "-Fe" o-pathname)
`(,(concatenate 'string "-Fe" (brief-namestring o-pathname))
,@object-files
,@(split-program-options *ld-rpath*)
,@(split-program-options *user-ld-flags*)