1 Jan 2009 02:30
Re: Cygport support for GCC-4.
Dave Korn wrote: > Here are a few mods which I found useful when building GCC-4. They're > diff'd against the 1.5-distro version of cygport that I've been working with > but I could port them up to SVN if they're OK; I see that cygconf() has moved > to the autotools class file. Let me preface with this: Some packages won't be (in cygport terms) "one-liners". gcc is certainly complex enough that some of the burden will need to be carried by the .cygport(5) rather than cygport(1). At the same time, I'll do what I can to help. But without looking at your .cygport and patches to see what you're doing, I'm really a bit in the dark. (You can send these privately if you wish.) > First up: how about adding "-p" to the diff options? It makes the > generated source patches more easily human readable. Fair enough; I'll go ahead and apply this. > Secondly: I need to ship a patched ltmain.sh with GCC-4, so I'd like it to > be added to the section where automake and libtool get a smaller set of > default_excludes. This should be uncontroversial. Not so fast.(Continue reading)automake and libtool are exceptions here because they are the original sources of those packages; imagine the case where libtool's ltmain.sh needed a patch, which would then be deployed for use in other packages' builds. All other packages use these only for building, and hence are automatically updated and therefore ignored.
automake and libtool are exceptions here because they
are the original sources of those packages; imagine the case where
libtool's ltmain.sh needed a patch, which would then be deployed for use
in other packages' builds. All other packages use these only for
building, and hence are automatically updated and therefore ignored.
RSS Feed