[PATCH] allow any freebsd* CHOST as "freebsd" target

2011-12-24 Thread slyich
From: Sergei Trofimovich Allow CHOSTs like i686-gentoo-freebsd8.2. Signed-off-by: Sergei Trofimovich --- aclocal.m4 |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index 1d5d1f7..1e0ee67 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1886,7 +1886

[resend PATCH] Mark stack of 'rts/AdjustorAsm.S' as nonexecutable on linux

2011-08-23 Thread slyich
From: Sergei Trofimovich Gentoo's scanelf program found executable stack in many resulting binaries: * RWX --- --- home/prefix/gentoo/usr/lib/ghc-7.2.1/ghc * !WX --- --- home/prefix/gentoo/usr/lib/ghc-7.2.1/libHSrts.a:AdjustorAsm.o More info can be found here: http://www.gentoo.org/proj/en/hard

[PATCH] Mark stack of 'rts/AdjustorAsm.S' as nonexecutable on linux

2011-08-10 Thread slyich
From: Sergei Trofimovich Gentoo's scanelf program found executable stack in many resulting binaries: * RWX --- --- home/prefix/gentoo/usr/lib/ghc-7.2.1/ghc * !WX --- --- home/prefix/gentoo/usr/lib/ghc-7.2.1/libHSrts.a:AdjustorAsm.o More info can be found here: http://www.gentoo.org/proj/en/hard

darcs patch: configure.ac: fix libm checks (Trac #3730)

2009-12-04 Thread slyich
Fri Dec 4 23:40:12 EET 2009 Sergei Trofimovich * configure.ac: fix libm checks (Trac #3730) libbfd pulled libm as dependency and broke LIBM= detection. Patch moves libm in library tests as early as possible. Thanks to asuffield for suggesting such a simple fix. Thanks to Roie Ker