summaryrefslogtreecommitdiff
path: root/scripts/crosstool-NG.sh.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-05-05 22:04:20 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-05-05 22:04:20 (GMT)
commita0cf91e83ba73841a4ad810af8df7bf5c8dc0ab4 (patch)
tree18b00b5b0c5b2cff83bb5c23ba0b92f5050fc0ea /scripts/crosstool-NG.sh.in
parent524095a6fab05ff14ca7003dfc0dd6c8e648ab33 (diff)
Add support for building PPL:
- PPL will be needed to correctly build gcc-4.4+ for the GRAPHITE loop optimisation -------- diffstat follows -------- /trunk/scripts/build/companion_libs/ppl.sh | 66 66 0 0 ++++++++++++++++++++++++++++++++++++ /trunk/scripts/build/companion_libs/gmp.sh | 24 19 5 0 ++++++++++--- /trunk/scripts/addToolVersion.sh | 3 2 1 0 +- /trunk/scripts/crosstool-NG.sh.in | 3 3 0 0 ++ /trunk/steps.mk | 1 1 0 0 + /trunk/config/companion_libs/ppl.in | 33 33 0 0 ++++++++++++++++++ /trunk/config/companion_libs.in | 22 19 3 0 ++++++++++-- 7 files changed, 143 insertions(+), 9 deletions(-)
Diffstat (limited to 'scripts/crosstool-NG.sh.in')
-rw-r--r--scripts/crosstool-NG.sh.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/crosstool-NG.sh.in b/scripts/crosstool-NG.sh.in
index 8b8ac4b..49b0aff 100644
--- a/scripts/crosstool-NG.sh.in
+++ b/scripts/crosstool-NG.sh.in
@@ -90,6 +90,7 @@ CT_DoLog INFO "Building environment variables"
. "${CT_LIB_DIR}/scripts/build/kernel/${CT_KERNEL}.sh"
. "${CT_LIB_DIR}/scripts/build/companion_libs/gmp.sh"
. "${CT_LIB_DIR}/scripts/build/companion_libs/mpfr.sh"
+. "${CT_LIB_DIR}/scripts/build/companion_libs/ppl.sh"
. "${CT_LIB_DIR}/scripts/build/binutils.sh"
. "${CT_LIB_DIR}/scripts/build/libc/${CT_LIBC}.sh"
. "${CT_LIB_DIR}/scripts/build/cc/${CT_CC}.sh"
@@ -444,6 +445,7 @@ if [ -z "${CT_RESTART}" ]; then
do_kernel_get
do_gmp_get
do_mpfr_get
+ do_ppl_get
do_binutils_get
do_cc_get
do_libc_get
@@ -460,6 +462,7 @@ if [ -z "${CT_RESTART}" ]; then
do_kernel_extract
do_gmp_extract
do_mpfr_extract
+ do_ppl_extract
do_binutils_extract
do_cc_extract
do_libc_extract