[Clfs-commits] Cross-LFS: branch, master, updated. 947038812911b83539e9589f4e8611aa07d248e3

GIT git at lfs-matrix.net
Wed Jul 1 18:18:33 PDT 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS".

The branch, master has been updated
       via  947038812911b83539e9589f4e8611aa07d248e3 (commit)
      from  f036108e58d64a765e1eecf33e94e599593be223 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 947038812911b83539e9589f4e8611aa07d248e3
Author: Zack Winkles <eikniw at gmail.com>
Date:   Thu Jul 2 01:11:43 2009 +0000

    Add CLooG/PPL, and use it everything.

-----------------------------------------------------------------------

Summary of changes:
 BOOK/cross-tools/alpha-chapter.xml                 |    2 +
 .../cross-tools/common/{mpfr.xml => cloog-ppl.xml} |   30 ++++---
 BOOK/cross-tools/common/gmp.xml                    |    3 +-
 BOOK/cross-tools/common/{mpfr.xml => ppl.xml}      |   32 ++++---
 BOOK/cross-tools/mips-chapter.xml                  |    2 +
 BOOK/cross-tools/mips64-64-chapter.xml             |    2 +
 BOOK/cross-tools/mips64-chapter.xml                |    2 +
 BOOK/cross-tools/native-chapter.xml                |    2 +
 BOOK/cross-tools/native64-chapter.xml              |    2 +
 BOOK/cross-tools/ppc-chapter.xml                   |    2 +
 BOOK/cross-tools/ppc64-chapter.xml                 |    2 +
 BOOK/cross-tools/sparc-chapter.xml                 |    2 +
 BOOK/cross-tools/sparc64-64-chapter.xml            |    2 +
 BOOK/cross-tools/sparc64-chapter.xml               |    2 +
 BOOK/cross-tools/x86-chapter.xml                   |    2 +
 BOOK/cross-tools/x86_64-64-chapter.xml             |    2 +
 BOOK/cross-tools/x86_64-chapter.xml                |    2 +
 BOOK/final-system/alpha-chapter.xml                |    2 +
 .../common/{mpfr.xml => cloog-ppl.xml}             |   46 +++++-----
 BOOK/final-system/common/gmp.xml                   |    6 +-
 BOOK/final-system/common/ppl.xml                   |   95 ++++++++++++++++++++
 BOOK/final-system/mips-chapter.xml                 |    2 +
 BOOK/final-system/mips64-64-chapter.xml            |    2 +
 BOOK/final-system/mips64-chapter.xml               |    6 ++
 .../{mpfr-64bit.xml => cloog-ppl-64bit.xml}        |   46 +++++-----
 .../multilib/{gmp-n32.xml => cloog-ppl-n32.xml}    |   47 +++++-----
 .../multilib/{mpfr.xml => cloog-ppl.xml}           |   44 +++++----
 BOOK/final-system/multilib/gmp-64bit.xml           |    5 +-
 BOOK/final-system/multilib/gmp-n32.xml             |    3 +-
 BOOK/final-system/multilib/gmp.xml                 |    3 +-
 .../multilib/{mpfr-64bit.xml => ppl-64bit.xml}     |   46 +++++-----
 .../multilib/{mpfr-n32.xml => ppl-n32.xml}         |   44 +++++----
 BOOK/final-system/multilib/{mpfr.xml => ppl.xml}   |   46 +++++-----
 BOOK/final-system/native-chapter.xml               |    2 +
 BOOK/final-system/native64-chapter.xml             |    4 +
 BOOK/final-system/ppc-chapter.xml                  |    2 +
 BOOK/final-system/ppc64-chapter.xml                |    4 +
 BOOK/final-system/sparc-chapter.xml                |    2 +
 BOOK/final-system/sparc64-64-chapter.xml           |    2 +
 BOOK/final-system/sparc64-chapter.xml              |    4 +
 BOOK/final-system/x86-chapter.xml                  |    2 +
 BOOK/final-system/x86_64-64-chapter.xml            |    2 +
 BOOK/final-system/x86_64-chapter.xml               |    4 +
 BOOK/general.ent                                   |    6 +-
 BOOK/introduction/common/changelog.xml             |    9 ++
 BOOK/materials/common/packages.xml                 |   18 ++++
 BOOK/packages.ent                                  |   12 +++
 .../{multilib/mpfr.xml => 64/cloog-ppl.xml}        |   34 ++++----
 BOOK/temp-system/64/gmp.xml                        |    6 +-
 BOOK/temp-system/64/{mpfr.xml => ppl.xml}          |   35 ++++----
 BOOK/temp-system/alpha-chapter.xml                 |    2 +
 BOOK/temp-system/common/{gmp.xml => cloog-ppl.xml} |   24 +++---
 BOOK/temp-system/common/gmp.xml                    |    4 +-
 BOOK/temp-system/common/{gmp.xml => ppl.xml}       |   30 ++++---
 BOOK/temp-system/mips-chapter.xml                  |    2 +
 BOOK/temp-system/mips64-64-chapter.xml             |    2 +
 BOOK/temp-system/mips64-chapter.xml                |    2 +
 .../multilib/{mpfr.xml => cloog-ppl.xml}           |   37 ++++----
 BOOK/temp-system/multilib/gmp.xml                  |    7 +-
 BOOK/temp-system/multilib/{mpfr.xml => ppl.xml}    |   37 ++++----
 BOOK/temp-system/native-chapter.xml                |    2 +
 BOOK/temp-system/native64-chapter.xml              |    2 +
 BOOK/temp-system/ppc-chapter.xml                   |    2 +
 BOOK/temp-system/ppc64-chapter.xml                 |    2 +
 BOOK/temp-system/sparc-chapter.xml                 |    2 +
 BOOK/temp-system/sparc64-64-chapter.xml            |    2 +
 BOOK/temp-system/sparc64-chapter.xml               |    2 +
 BOOK/temp-system/x86-chapter.xml                   |    2 +
 BOOK/temp-system/x86_64-64-chapter.xml             |    2 +
 BOOK/temp-system/x86_64-chapter.xml                |    2 +
 70 files changed, 560 insertions(+), 291 deletions(-)
 copy BOOK/cross-tools/common/{mpfr.xml => cloog-ppl.xml} (58%)
 copy BOOK/cross-tools/common/{mpfr.xml => ppl.xml} (57%)
 copy BOOK/final-system/common/{mpfr.xml => cloog-ppl.xml} (53%)
 create mode 100644 BOOK/final-system/common/ppl.xml
 copy BOOK/final-system/multilib/{mpfr-64bit.xml => cloog-ppl-64bit.xml} (62%)
 copy BOOK/final-system/multilib/{gmp-n32.xml => cloog-ppl-n32.xml} (66%)
 copy BOOK/final-system/multilib/{mpfr.xml => cloog-ppl.xml} (63%)
 copy BOOK/final-system/multilib/{mpfr-64bit.xml => ppl-64bit.xml} (64%)
 copy BOOK/final-system/multilib/{mpfr-n32.xml => ppl-n32.xml} (66%)
 copy BOOK/final-system/multilib/{mpfr.xml => ppl.xml} (65%)
 copy BOOK/temp-system/{multilib/mpfr.xml => 64/cloog-ppl.xml} (66%)
 copy BOOK/temp-system/64/{mpfr.xml => ppl.xml} (68%)
 copy BOOK/temp-system/common/{gmp.xml => cloog-ppl.xml} (64%)
 copy BOOK/temp-system/common/{gmp.xml => ppl.xml} (56%)
 copy BOOK/temp-system/multilib/{mpfr.xml => cloog-ppl.xml} (63%)
 copy BOOK/temp-system/multilib/{mpfr.xml => ppl.xml} (66%)


hooks/post-receive
-- 
Cross-LFS



More information about the Clfs-commits mailing list