Don't try to write map file when not using GNU ld. Also allow compile-file to process pathnames with whitespace on Windows - gcl.git - GNU Common Lisp

index : gcl.git
GNU Common Lisp
summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamm Maguire <camm@debian.org>2005年01月13日 22:43:45 +0000
committerCamm Maguire <camm@debian.org>2005年01月13日 22:43:45 +0000
commit72419beb7afe4be4117f0d323be1d95328d0b465 (patch)
tree41caa6b994f94ad99fe702cd7731626e785b9c34
parentdd42c2c6c3a51c0752b26aeaa1bf6e5af4f3d37a (diff)
downloadgcl-unlabeled-1.1.2.12.6.1.4.tar.gz
Don't try to write map file when not using GNU ld. Also allow compile-file to process pathnames with whitespace on Windowsunlabeled-1.1.2.12.6.1.4
Diffstat
-rwxr-xr-xgcl/cmpnew/gcl_cmpmain.lsp 6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcl/cmpnew/gcl_cmpmain.lsp b/gcl/cmpnew/gcl_cmpmain.lsp
index b41ed8751..ef4fecd36 100755
--- a/gcl/cmpnew/gcl_cmpmain.lsp
+++ b/gcl/cmpnew/gcl_cmpmain.lsp
@@ -547,7 +547,7 @@ SYSTEM_SPECIAL_INIT
(setq na (namestring
(make-pathname :name name :type (pathname-type(first args)))))
#+(or dos winnt)
- (format nil "~a -I~a ~a ~a -c -w ~a -o ~a"
+ (format nil "~a -I~a ~a ~a -c -w ~s -o ~s"
*cc*
(concatenate 'string si::*system-directory* "../h")
(if (and (boundp '*c-debug*) *c-debug*) " -g " "")
@@ -560,7 +560,7 @@ SYSTEM_SPECIAL_INIT
)
#-(or dos winnt)
- (format nil "~a -I~a ~a ~a -c '~a' -o '~a' ~a"
+ (format nil "~a -I~a ~a ~a -c ~s -o ~s ~a"
*cc*
(concatenate 'string si::*system-directory* "../h")
(if (and (boundp '*c-debug*) *c-debug*) " -g " "")
@@ -826,7 +826,7 @@ SYSTEM_SPECIAL_INIT
(setq sfiles (concatenate 'string sfiles " " (namestring tem)))))
sfiles)
si::*system-directory*
- #+gnu-ld (format nil "-Wl,-Map ~a" (namestring map))
+ #+gnu-ld (format nil "-Wl,-Map ~a" (namestring map)) #-gnu-ld ""
(let* ((par (namestring (make-pathname :directory '(:parent))))
(i (concatenate 'string " " par))
(j (concatenate 'string " " si::*system-directory* par)))
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月01日 18:05:09 +0000

AltStyle によって変換されたページ (->オリジナル) /