Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Peng Chang (Charles) (2f87571f6b72d096f5203681d2a6d3657f598040)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Peng Chang (Charles)" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Peng Chang (Charles) (2f87571f6b72d096f5203681d2a6d3657f598040)
  • Date: Sun, 8 Nov 2009 06:45:27 -0600

GIT changes to master grimoire by Peng Chang (Charles) <chp AT sourcemage.org>:

libs/mpfr/BUILD | 2 ++
libs/mpfr/CONFIGURE | 2 ++
libs/mpfr/HISTORY | 3 +++
3 files changed, 7 insertions(+)

New commits:
commit 2f87571f6b72d096f5203681d2a6d3657f598040
Author: Peng Chang (Charles) <chp AT sourcemage.org>
Commit: Peng Chang (Charles) <chp AT sourcemage.org>

mpfr: added an option to build a thread safe library

diff --git a/libs/mpfr/BUILD b/libs/mpfr/BUILD
new file mode 100755
index 0000000..e5dfe2f
--- /dev/null
+++ b/libs/mpfr/BUILD
@@ -0,0 +1,2 @@
+OPTS="$MPFR_OPTS $OPTS" &&
+default_build
diff --git a/libs/mpfr/CONFIGURE b/libs/mpfr/CONFIGURE
new file mode 100755
index 0000000..e1cc022
--- /dev/null
+++ b/libs/mpfr/CONFIGURE
@@ -0,0 +1,2 @@
+config_query_option MPFR_OPTS "Do you want to build a thread safe mpfr?" y \
+ "--enable-thread-safe" "--disable-thread-safe"
diff --git a/libs/mpfr/HISTORY b/libs/mpfr/HISTORY
index 8d51ad2..50a3eb5 100644
--- a/libs/mpfr/HISTORY
+++ b/libs/mpfr/HISTORY
@@ -1,3 +1,6 @@
+2009-11-08 Peng Chang (Charles) <chp AT sourcemage.org>
+ * BUILD, CONFIGURE: added a query to build a thread safe mpfr
+
2009-09-06 Remko van der Vossen <wich AT sourcemage.org>
* EXPORTS, FINAL, REPAIR^all^EXPORTS: Added export of build arch of
mpfr to force recompile when casting gcc/g++ after switching archs



  • [SM-Commit] GIT changes to master grimoire by Peng Chang (Charles) (2f87571f6b72d096f5203681d2a6d3657f598040), Peng Chang (Charles), 11/08/2009

Archive powered by MHonArc 2.6.24.

Top of Page