From a5adb1be3001777e55448bf0e57406c5c0c1c83d Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Tue, 8 Sep 2009 01:03:47 +0000 Subject: [PATCH] 2009-09-08 Zoltan Varga * acinclude.m4 (dolt_supported): Enable this for mips. svn path=/trunk/mono/; revision=141477 --- ChangeLog | 4 ++++ acinclude.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d7d9960e232..7af9bdffe0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-09-08 Zoltan Varga + + * acinclude.m4 (dolt_supported): Enable this for mips. + 2009-08-29 Jonathan Pryor * man/mdoc.5: Document the new element. diff --git a/acinclude.m4 b/acinclude.m4 index b31512c46f5..98943d19159 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -23,7 +23,7 @@ if test x$GCC != xyes; then fi case $host in i?86-*-linux*|x86_64-*-linux*|powerpc-*-linux*|powerpc64-*-linux* \ -|amd64-*-freebsd*|i?86-*-freebsd*|ia64-*-freebsd*|arm*-*-linux*|sparc*-*-linux*) +|amd64-*-freebsd*|i?86-*-freebsd*|ia64-*-freebsd*|arm*-*-linux*|sparc*-*-linux*|mips*-*-linux*) pic_options='-fPIC' ;; i?86-apple-darwin*) -- 2.25.1