From 1eafcf9cbc1c65b293cfcfb2be8fbf7190574a2f Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Sat, 13 Nov 1993 03:32:25 +0000 Subject: [PATCH] Export C-back-end-specific switches. --- v7/src/compiler/machines/C/compiler.pkg | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.25.1