[MINUTES] Toolchain Performace Call 2012-12-11

2012-12-11 Thread Yvan Roux
The minutes of the performance call held on 11 December 2012 can be found at: https://wiki.linaro.org/WorkingGroups/ToolChain/Meetings/2012-12-11 In summary the actions from the meeting are: * ACTION: Matt update meeting template attendees - to include Yvan * ACTION: mgrettondann split LRA

Re: regression of x86 gcc bootstrap with Linaro sourcebase

2012-12-11 Thread Ulrich Weigand
Robert Schiele rschi...@gmail.com wrote on 11.12.2012 12:12:45: Before I build the cross compiler for ARM target I do a bootstrap process of an i686 compiler on the same code base to use that one building the cross compiler to reduce the chance of seeing subtle problems late in the game. This

Re: FPU error with arm-linux-gnueabihf-gcc 3.7.3

2012-12-11 Thread Matthew Gretton-Dann
On 10 December 2012 14:53, Zhangfei Gao zhangfei@linaro.org wrote: We met build error when using arm-linux-gnueabihf-gcc 3.7.3 for Huawei s40v200 kernel, which is 3.0.8, log is below. HAVE issue: gcc-linaro-arm-linux-gnueabihf-4.7-2012.11-20121123_linux.tar.bz2

[MINUTES] Toolchain main Call 2012-12-10

2012-12-11 Thread Michael Hope
The minutes of the main call held on 10 December 2012 can be found at: https://wiki.linaro.org/WorkingGroups/ToolChain/Meetings/2012-12-10 In summary the actions from the meeting are: * ACTION: Yvan to post mail to linaro-toolchain@lists.linaro.org re: 4.6 armv5 sync failures * ACTION: Matt

Re: [PATCH 5/5] cortex strings preparation for aarch64

2012-12-11 Thread Michael Hope
On 11 December 2012 01:26, Marcus Shawcroft marcus.shawcr...@linaro.org wrote: This patch adds --std=gnu99 to CFLAGS for the tests. This is necessary because some of the test code use the following c99 idiom: for (int x=) Doesn't the -std=gnu99 in AM_CFLAGS apply to tests as well? --

Re: [PATCH] Cortex Strings and configury for AArch64

2012-12-11 Thread Michael Hope
On 11 December 2012 06:41, Marcus Shawcroft marcus.shawcr...@linaro.org wrote: Following this mornings set of patches, this patch adds configury for aarch64 support. Applied as bzr88. I dropped the extra parallel-tests. -- Michael ___

Re: [PATCH] Cortex Strings AArch64 implementations of memcpy, memset, strcmp

2012-12-11 Thread Michael Hope
On 11 December 2012 06:43, Marcus Shawcroft marcus.shawcr...@linaro.org wrote: This patch adds aarch64 implementations of memcpy, memset and strcmp to cortex strings. Applied as bzr89. I shifted the implementations to src/aarch64. -- Michael ___