From: Guillermo J. Rozas Date: Sat, 13 Nov 1993 03:32:25 +0000 (+0000) Subject: Export C-back-end-specific switches. X-Git-Tag: 20090517-FFI~7517 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1eafcf9cbc1c65b293cfcfb2be8fbf7190574a2f;p=mit-scheme.git Export C-back-end-specific switches. --- diff --git a/v7/src/compiler/machines/C/compiler.pkg b/v7/src/compiler/machines/C/compiler.pkg index d18357b5f..be17dd941 100644 --- a/v7/src/compiler/machines/C/compiler.pkg +++ b/v7/src/compiler/machines/C/compiler.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: compiler.pkg,v 1.5 1993/10/26 19:38:22 gjr Exp $ +$Id: compiler.pkg,v 1.6 1993/11/13 03:32:25 gjr Exp $ Copyright (c) 1992-1993 Massachusetts Institute of Technology @@ -153,6 +153,12 @@ MIT in each case. |# compile-bin-file compile-procedure compile-scode + compiler:c-compiler-name + compiler:c-compiler-switches + compiler:c-linker-name + compiler:c-linker-output-extension + compiler:c-linker-switches + compiler:invoke-c-compiler? compiler:reset! ;; cross-compile-bin-file ;; cross-compile-bin-file-end