This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: re-expand CXX_FOR_TARGET after libstdc++-v3 is configured


On 11/13/2010 08:19 PM, Alexandre Oliva wrote:
The problem is that the rule for “all” calls a sub-make, passing it a
CXX_FOR_TARGET evaluated *before* libstdc++-v3 is configured, so the
solution is to delay the expansion of CXX_FOR_TARGET.

Maybe the problem is this:


# We leave this in just in case, but it is not needed anymore.
RECURSE_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS)
MAKEOVERRIDES=

We could try removing both of these and see what happens...

Paolo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]