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: Top-level build machinery patch ping (Was: Re: [gccgo] Use -static-libstdc++ when building the Go compiler)


On 11/21/2009 02:53 AM, DJ Delorie wrote:
http://gcc.gnu.org/ml/gcc-patches/2009-06/msg01930.html

So: ping.

Looks OK to me.

Also looks OK to me, though I'm not sure if here:


+LINKER = $(CC)
+LINKER_FLAGS = $(CFLAGS)

you want $(CFLAGS) or $(CXXFLAGS) since you're using $(CC) only to avoid introducing -lstdc++. But with DJ's approval you can commit it either way.

Paolo


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