From: Nick Rasmussen Date: Tue, 1 Jun 1999 22:48:20 +0000 (+0000) Subject: * ltmain.in (link): use "$nonopt" as the compiler for X-Git-Tag: release-1-3b~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33807d4290e7817cb05a3cefdf5f81cf8166af2a;p=thirdparty%2Flibtool.git * ltmain.in (link): use "$nonopt" as the compiler for compile/finalize_command --- diff --git a/ChangeLog b/ChangeLog index 103cca0ad..3937651d5 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 84c6ce35f..9ac3a3c4f 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=