aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-04-18 09:27:52 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-04-18 09:27:52 +0000
commitf7544bcd10599ba3204bd483b398df342f15e7d1 (patch)
tree90ec4b7065bbd5b828d9744a75c09dee13166da2
parent125a300931300ed5ed24c27a7f4f3479d895b790 (diff)
added -mthreads gcc option.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3390 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog4
-rwxr-xr-xmakewin32.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 006fe0c1..e517fbcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2014-04-18
+ * makewin32.sh: added -mthreads gcc option.
+
+2014-04-18
+
* libsylph/utils.[ch]
libsylph/mh.c
libsylph/procheader.c
diff --git a/makewin32.sh b/makewin32.sh
index fefc7376..1581f29d 100755
--- a/makewin32.sh
+++ b/makewin32.sh
@@ -7,7 +7,7 @@ export C_INCLUDE_PATH=$C_INCLUDE_PATH:/usr/local/include
--with-localedir=share/locale \
--with-themedir=share/icons \
--enable-oniguruma --enable-threads \
- 'CC=gcc -mtune=core2' CFLAGS=-O3 \
+ 'CC=gcc -mthreads -mtune=core2' CFLAGS=-O3 \
&& make \
&& make install-strip \
&& (cd plugin/attachment_tool; make install-plugin) \