- Sep 24, 2011
-
-
Yann E. MORIN" authored
Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
-
- Jul 15, 2011
-
-
Yann E. MORIN" authored
-
Yann E. MORIN" authored
-
Yann E. MORIN" authored
-
- Jul 14, 2011
-
-
Yann E. MORIN" authored
Well, at least it helps buildroot! :-) Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> (transplanted from 9409fe04bb7ced9b228d6cce40d64ffbc41a964c)
-
- Jul 12, 2011
-
-
Yann E. MORIN" authored
If the user builds a toolchain over an existing one, so, without removing CT_PREFIX_DIR, the build fails as the symlinks already exist, as does the build.log. This can also happen (for build.log) if the user first ran in download- or extract-only. Patch (with no SoB) originally from: Phil Wilshire <phil.wilshire@overturenetworks.com> Modified by me as it did not apply cleanly. Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> (transplanted from 1ebc2248cc60230cd53ff94ae8f8f1e3261461a3)
-
- Apr 14, 2011
-
-
Yann E. MORIN" authored
During the build, we create lib{32,64}/ symlinks out of the sysroot. In some cases (eg. mingw32 target), these symlinks are still required when running the toolchain. For other combinations, the symlinks are without incidence, so they can be safely kept after the build. Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> (transplanted from 751c3f735ada4a95aa981841b832adb08b88ce27)
-
- Jul 09, 2011
-
-
Yann E. MORIN" authored
In case there's one lingering around (whether the previous build was successful, or failed), we have to remove the buildtools directory as well as the toochain build dir. This should also fix the case where out makeinfo wrapper calls itself recursively. Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> (transplanted from 0e8ff57073838afea8830fe09d1d01cdf7cb37d8)
-
- Apr 14, 2011
-
-
Yann E. MORIN" authored
Spaces in arguments to the core gcc backend were not handled. Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> (transplanted from 7cce5c8fc79a62bca1e448fc721e7209ac85d204)
-
- Jun 28, 2011
-
-
Yann E. MORIN" authored
That option is coming from the original crosstool, and is not entirely understand here. Moreover, it breaks with newer gcc-s: 4.6.1 now breaks while configuring libjava (and probably some other libs as well, untested). There is an related bug report to the gcc BZ: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49555 If need be, the old behavior can be restored with: CC_CORE_EXTRA_CONFIG_ARRAY="--enable-symver=gnu" CC_EXTRA_CONFIG_ARRAY="--enable-symver=gnu" Reported-by:
Bryan Hundven <bryanhundven@gmail.com> Reviewed-by:
Bryan Hundven <bryanhundven@gmail.com> Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> (transplanted from b24ead1a59472195f5b2071ff70664c36fa21c3f)
-
- May 28, 2011
-
-
Nicolás Reynolds" authored
Fixes the issue with {e,}glibc addons having short and long names (such as eglibc-ports-2_13 and ports), which caused configure scripts to run through them twice and thus configuring incorrectly. For instance, the mips64el-n32-linux-gnu toolchain would be recognized correctly first, but then the second pass would change it to mips32, building a mixed MIPS-III N32 and MIPS-I libc. Signed-off-by:
Nicolás Reynolds <fauno@kiwwwi.com.ar> [yann.morin.1992@anciens.enib.fr: remove spurious trailing spaces] Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> (transplanted from af25723a794f2017f45c300369a6d36849e22236)
-
- May 25, 2011
-
-
Benoît THÉBAUDEAU" authored
This patch sets the runtime sysroot to fix the following GDB warning: "Unable to find dynamic linker breakpoint function. GDB will be unable to debug shared library initializers and track explicitly loaded dynamic code." The sysroot can later be changed within gdb with the `set sysroot` command if necessary. Signed-off-by:
"Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com> (transplanted from 7690196856ce4a4700d1887cc3adf80acc627c52)
-
- May 20, 2011
-
-
Yann E. MORIN" authored
-
Yann E. MORIN" authored
-
Yann E. MORIN" authored
-
- May 19, 2011
-
-
Anthony Foiani authored
PPL 0.11 (through 0.11.2) had a small bug where it still tried to build and test its Java interface even when shared libraries are disabled. Since that's exactly what ct-ng does, it explodes. This is the patch from the PPL authors (see final link below). More information can be found in these messages/threads: Anthony's initial report and analysis with Yann: http://www.cygwin.com/ml/crossgcc/2011-05/msg00046.html Ron Flory hit the same problem: http://www.cygwin.com/ml/crossgcc/2011-05/msg00054.html Anthony's report to the ppl-devel list: http://www.cs.unipr.it/pipermail/ppl-devel/2011-May/017450.html Roberto's reply with a link to the fix in the PPL git repo: http://www.cs.unipr.it/pipermail/ppl-devel/2011-May/017455.html Signed-Off-By:
Anthony Foiani <anthony.foiani@gmail.com> (transplanted from 139b85d70b623e51f7585e7c64ecb8c6a6cf4567)
-
Anthony Foiani authored
By default, PPL wants to build interfaces for any of a variety of langauges it finds on the local host (python, java, possibly perl, also more esoteric languages such as ocaml and prolog). These extra interfaces can double the compile time for the library. For single-process builds, I found a savings of more than 40%: default / j1: 716s total, 143.2s avg, 0.52s stdev just_c / j1: 406s total, 81.2s avg, 0.33s stdev just_c_cpp / j1: 413s total, 82.6s avg, 0.22s stdev And for multi-process builds, it approached 50%: default / j4: 625s total, 125.0s avg, 0.57s stdev just_c / j4: 338s total, 67.6s avg, 1.25s stdev just_c_cpp / j4: 327s total, 65.4s avg, 0.36s stdev Since the PPL we build within ct-ng is only used by GCC, we only need to build the C and C++ interfaces. Signed-Off-By:
Anthony Foiani <anthony.foiani@gmail.com> (transplanted from ec30b191f0e3fe9bc73199f0bcb8d789db17aa92)
-
Anthony Foiani authored
'configure' for PPL 0.11 (and later) needs "--with-gmp-prefix" to provide the location of the GMP toolkit; the previous switches were "--with-libgmp-prefix" and "--with-libgmpxx-prefix". The upstream log message is: commit 08dfb6fea094f8c5a533575a3ea2095edce99a6d Author: Roberto Bagnara <bagnara@cs.unipr.it> Date: Sun Jul 12 21:39:46 2009 +0200 New configure option --with-gmp-prefix supersedes the (now removed) options --with-libgmp-prefix and --with-libgmpxx-prefix. Link: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=08dfb6fea094f8c5a533575a3ea2095edce99a6d Since PPL's 'configure' ignores unknown switches, we use all three so we don't have to conditionalize the ppl.sh build script itself. Signed-Off-By:
Anthony Foiani <anthony.foiani@gmail.com> (transplanted from 4f0c4fb572e2862c24b28e8d27ce7e9cb9adba65)
-
- May 18, 2011
-
-
Yann E. MORIN" authored
-
Yann E. MORIN" authored
-
Yann E. MORIN" authored
-
- May 08, 2011
-
-
Yann E. MORIN" authored
Since the gcc configuration changes, the way to select the dependent companion libraries has changed. Update the addToolVersion script to match. Reported-by:
Xun Li <lxfind@gmail.com> Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> (transplanted from 4cd9cda2265c0c76df3d4ff77a2f3461aae3bc9f)
-
Yann E. MORIN" authored
Since the gcc configuration changes, the way to select the dependent companion libraries has changed. The addToolVersion script was not updated to match, and a new gcc version was added with this script. Fix the gcc version; the script will be updated in a subsequent changeset. Reported-by:
Xun Li <lxfind@gmail.com> Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> (transplanted from 79947df7ec4b482297ba90c3fe77314336d200e5)
-
- May 02, 2011
-
-
Yann E. MORIN" authored
-
Yann E. MORIN" authored
-
Yann E. MORIN" authored
-
Yann E. MORIN" authored
Fix typo introduced by changeset #055e505f28be. Also, handle older versions of gcc (typically, all versions prior to 4.0.0). Maxime provided a similar patch, missing the case for the legacy versions of gcc. Reported-by:
Maxime Bizon <mbizon@freebox.fr> Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> (transplanted from 539a3fa894f00888b02c7f89a2046f02c9d51e75)
-
- Apr 30, 2011
-
-
Yann E. MORIN" authored
-
Yann E. MORIN" authored
-
Yann E. MORIN" authored
-
- Apr 28, 2011
-
-
Yann E. MORIN" authored
Release is coming soon... Time to update samples... Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
-
- Apr 30, 2011
-
-
Yann E. MORIN" authored
We can't run the newly built gcc when it is a canadian cross. Thus, we can't get the version number, and thus we can't get the directory libexec subdirectory to strip. Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
-
Yann E. MORIN" authored
Changeset e013ddebc063 forgot to install the samples.mk file. Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
-
- Apr 28, 2011
-
-
Yann E. MORIN" authored
Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
-
Yann E. MORIN" authored
It's been a while now that the working directory CT_WORK_DIR has been changed from 'targets' to '.build'. Fix the install procedure to properly tweak the installed samples. Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
-
Yann E. MORIN" authored
Last update missed updating the version string. Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
-
Yann E. MORIN" authored
Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
-
- Apr 27, 2011
-
-
Yann E. MORIN" authored
Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
-
Yann E. MORIN" authored
Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
-
Yann E. MORIN" authored
It can be quite confusing for a new-comer to find strange version numbers for gdb, so hide the Linaro versions by default. Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
-