[PATCH] (haskeline) Include termios.h on android

2013-01-25 Thread Nathan Hüsken
Hey, This patch is for libraries/haskeline. On android, winsize is defined in termios.h and therefor termios.h must be included. From a081ad57f161f056f7e4c0bd8907de8bb24efa04 Mon Sep 17 00:00:00 2001 From: Nathan nathan.hues...@posteo.de Date: Thu, 24 Jan 2013 15:30:15 +0100 Subject: [PATCH]

Re: [PATCH] Re: HEADS UP (was Re: [commit: ghc] master: Tidy up cross-compiling (109a1e5))

2013-01-25 Thread Sergei Trofimovich
On Thu, 24 Jan 2013 15:06:58 + Simon Marlow marlo...@gmail.com wrote: On 23/01/13 23:44, Sergei Trofimovich wrote: mkGmpDerivedConstants is built for target and ran on host [attached patches for it] Thanks, I pushed your patches today. Cheers, Simon I see a ghc patch

[PATCH] add better support for Raspberry Pi board

2013-01-25 Thread Karel Gardas
This patch adds support for Raspberry Pi board. The board is based on Broadcom BCM2835, which includes ARM1176JZF-S CPU core. The core is classical ARM11 so implementing ARMv6 ISA, but also provides VFPv2 FPU unit. As this looks like fairly popular hardware, in this patch we assume detected ARMv6

Re: [PATCH] fix runtests to set LD_LIBRARY_PATH environment variable

2013-01-25 Thread Karel Gardas
On 01/25/13 09:40 PM, Simon Marlow wrote: On 25/01/13 19:12, Karel Gardas wrote: Hi Simon, it's simple, every lib is rpath-ed except the libffi. See: Then that sounds like a bug, no? IMHO it's more an expected behavior than a bug, but as Ian implemented it anyway, let's leave him a last

Re: [PATCH] add better support for Raspberry Pi board

2013-01-25 Thread Karel Gardas
BTW: I've forgot to mention: hard versus soft float abis are well detected by configure itself. So this is not the problem in my patch. The only issue is in testing/guessing for FPU/NEON. Good way may be to grep /proc/cpuinfo but this is only applicable while doing native compile on