From 33807d4290e7817cb05a3cefdf5f81cf8166af2a Mon Sep 17 00:00:00 2001 From: Nick Rasmussen Date: Tue, 1 Jun 1999 22:48:20 +0000 Subject: [PATCH] * ltmain.in (link): use "$nonopt" as the compiler for compile/finalize_command --- ChangeLog | 5 +++++ ltmain.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 103cca0a..3937651d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-06-02 Nick Rasmussen + + * ltmain.in (link): use "$nonopt" as the compiler for + compile/finalize_command + 1999-05-27 Alexandre Oliva * TODO: Remove the short list of people interested in C++ diff --git a/ltmain.in b/ltmain.in index 84c6ce35..9ac3a3c4 100644 --- a/ltmain.in +++ b/ltmain.in @@ -792,8 +792,8 @@ compiler." allow_undefined=yes ;; esac - compile_command="$CC" - finalize_command="$CC" + compile_command="$nonopt" + finalize_command="$nonopt" compile_rpath= finalize_rpath=