[Groonga-commit] groonga/groonga at f86bae6 [master] Revert "Support mips/mipsel architecture"

Back to archive index

HAYASHI Kentaro null+****@clear*****
Wed Feb 24 18:30:04 JST 2016


HAYASHI Kentaro	2016-02-24 18:30:04 +0900 (Wed, 24 Feb 2016)

  New Revision: f86bae68a1d0badc6b2ca41335297ee2ab353eb9
  https://github.com/groonga/groonga/commit/f86bae68a1d0badc6b2ca41335297ee2ab353eb9

  Message:
    Revert "Support mips/mipsel architecture"
    
    This reverts commit 99515f41d179525e2db970705003ac3acf6ea858.
    
    It is better to check by built-in atomic, not by architecture.

  Modified files:
    configure.ac
    lib/Makefile.am

  Modified: configure.ac (+0 -13)
===================================================================
--- configure.ac    2016-02-24 16:25:20 +0900 (563f48a)
+++ configure.ac    2016-02-24 18:30:04 +0900 (be784b4)
@@ -74,19 +74,6 @@ case "$host_os" in
 esac
 AC_MSG_RESULT([$solaris])
 
-AC_MSG_CHECKING([for platform which requires libatomic])
-case "$host" in
-  mips-*|mipsel-*)
-    platform_use_libatomic=yes
-    ATOMIC_LIBS="-latomic"
-    ;;
-  *)
-    platform_use_libatomic=no
-    ;;
-esac
-AC_MSG_RESULT([$platform_use_libatomic])
-AC_SUBST(ATOMIC_LIBS)
-
 AC_C_BIGENDIAN
 AC_PROG_CXX
 AC_PROG_CC

  Modified: lib/Makefile.am (+1 -2)
===================================================================
--- lib/Makefile.am    2016-02-24 16:25:20 +0900 (195b329)
+++ lib/Makefile.am    2016-02-24 18:30:04 +0900 (93c9f2d)
@@ -46,8 +46,7 @@ endif
 
 libgroonga_la_LIBADD +=				\
 	$(ONIGMO_LIBS)				\
-	$(LIBLZ4_LIBS)				\
-	$(ATOMIC_LIBS)
+	$(LIBLZ4_LIBS)
 
 if WITH_LEMON
 BUILT_SOURCES =					\
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index