[GCC-XML] tarball
Steve M. Robbins
steve at sumost.ca
Wed Oct 1 20:46:31 EDT 2008
On Wed, Oct 01, 2008 at 08:19:03PM -0400, Marko Sch?tz wrote:
> At Wed, 1 Oct 2008 11:33:24 -0500,
> Steve M Robbins wrote:
> >
> > On Wed, Oct 01, 2008 at 08:43:36AM -0400, Brad King wrote:
> >
> > > Not to my knowledge. So far people have gotten along with the cvs
> > > checkout instructions. I think some linux distros include snapshots of
> > > a cvs version. I know debian 'testing' comes with a gccxml package.
> >
> > Yes, and it is built from a CVS snapshot created whenever I get around
> > to it.
>
> is that snapshot available somewhere. It would be a reference point in
> itself. No?
Yes, the source tarball that is used to build the Debian packages is
available at http://packages.debian.org/source/sid/gccxml
Anyone is welcome to use it.
You should be aware, however, that it is slightly modified. We remove
files with (a) no license, or (b) non-free license. Specifically, the
following are removed:
rm -rf ${dirname}/GCC_XML/Support/Borland
rm -f ${dirname}/GCC/libiberty/xatexit.c
Because of this, CMakeLists.txt needs the following patch.
--- GCC/libiberty/CMakeLists.txt~ 2007-12-19 06:32:15.000000000 -0600
+++ GCC/libiberty/CMakeLists.txt 2007-12-19 06:33:59.000000000 -0600
@@ -14,7 +14,7 @@
physmem.c pex-common.c pex-one.c # pex-unix.c
safe-ctype.c
sort.c spaces.c splay-tree.c strerror.c
- ternary.c unlink-if-ordinary.c xatexit.c xexit.c xmalloc.c
+ ternary.c unlink-if-ordinary.c xexit.c xmalloc.c
xmemdup.c xstrdup.c xstrerror.c xstrndup.c
)
Cheers,
-Steve
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://www.gccxml.org/pipermail/gccxml/attachments/20081001/c6d5eb22/attachment.pgp>
More information about the gccxml
mailing list