darcs patch: Include kfreebsdgnu in the list of Target Platforms.

Simon Marlow marlowsd at gmail.com
Tue Jan 18 10:24:00 CET 2011


This patch doesn't build.  Did you test it?

On 15/01/2011 13:06, Marco Silva wrote:
> -#ifdef __linux__
> -#define _GNU_SOURCE
> +#ifdef defined(__linux__)  || defined(__GLIBC__)
> +#define _GNU_SOURCE 1

results in:

rts/Linker.c:16:15: error: extra tokens at end of #ifdef directive

Cheers,
	Simon



More information about the Cvs-ghc mailing list