On 09/29/2014 10:39 AM, Pinski, Andrew wrote:
> I think this is not scalarable.
>
> Why not use a switch instead of multiple ifs. Something like this (copied
> from our internal build scripts):
I agree with you, I prefer to use a switch instead of elseif. I did
push the patch since Maxim neede
I think this is not scalarable.
Why not use a switch instead of multiple ifs. Something like this (copied from
our internal build scripts):
# Convert the target triplet into a linux target.
case ${target} in
arm*) linux_target=arm ;;
powerpc*) linux_target=powerpc ;;
i[34567]86-* | x
On 09/29/2014 09:40 AM, Will Newton wrote:
> --with-glibc-version=2.18"
Ok, got this one committed.
- rob -
___
linaro-toolchain mailing list
linaro-toolchain@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-toolchain
On 09/29/2014 09:40 AM, Will Newton wrote:
Can you use Gerrit for these (ie... git-review) ? Otherwise I'll patch
manually.
- rob -
> ---
> lib/make.sh | 9 -
> 1 file changed, 8 insertions(+), 1 deletion(-)
>
> diff --git a/lib/make.sh b/lib/make.sh
> index fb7137c..b917ece 10075
This is to avoid the situation of failing to build glibc with
undefined references to __stack_chk_guard. Force gcc to assume that
the C library it is using (which does not exist yet) has support
for SSP.
---
config/gcc.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config
---
lib/make.sh | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/lib/make.sh b/lib/make.sh
index fb7137c..b917ece 100755
--- a/lib/make.sh
+++ b/lib/make.sh
@@ -460,8 +460,15 @@ make_install()
local srcdir="`get_srcdir $1 ${2:+$2}`"
if test `echo ${targ
cbuild2 benchmarking - TCWG-360 [9/10]
* Knocked off a lot of rough edges
* Now working fairly robustly
lowlevellock.h comments - CARD-341 [4/10]
* Got a bit stuck trying to follow condvar locking
* But wasn't really needed to describe the code in question
LCA [10/10]
LCA recovery day [2/10]
Me
== Progress ==
* Monday off to recover from Connect (2/10)
* Catch up on email (1/10)
* Upstream work (1/10, CARD-341)
- Patch review
* Investigate malloc single-thread optimizations (1/10, TCWG-436)
- More exploratory work on atomics
* Investigate binutils support for full range of AArch64 reloc
2 post-connect days off (4/10)
== Issues ==
* Validation is in an "under construction" state.
== Progress ==
* GCC 4.9 2014.10 (4/10)
- Analysed validation issues with our cbuild2 branches.
* Misc: (2/10)
- Catch up with mails.
- Various meetings.
- AArch64 Libunwind upstream patch revi