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: [PATCH, ARM] Avoid pulling in unwinder for 64-bit division


On 11/13/2009 05:51 PM, Ian Lance Taylor wrote:
Hmmm, OK, but I still don't see what that part of the patch has to do
with the rest of the patch.  What sets c_flags-$@?

This:


+c_flags-$(base)$(objext) := $(c_flags)

That part of the patch is okay. The libgcc makefile is much more imperative than your usual makefile, so using := is the right thing to do.

Paolo


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