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
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
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
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