libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RFA] Use full path for system compiler, not just the first word.


From: Klee Dienes
Subject: [RFA] Use full path for system compiler, not just the first word.
Date: Mon, 13 Jan 2003 02:33:49 -0500

When building the gcc source tree, gcc passes down a rather convoluted compile-command for use by sub-makes to build libraries for the target using the just-built gcc. Unfortunately, libtool strips off all but the first word of the command, and tries to use the result as a compiler-driver, which doesn't always work (since it's missing -B options and etc.). The following patch changes libtool to use the full compile-command as the compiler driver (while still correctly setting cc_basename):

Attachment: libtool-diffs.txt
Description: Text document



reply via email to

[Prev in Thread] Current Thread [Next in Thread]