Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2015 17:27:43 GMT
From:      stefano@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r287491 - soc2015/stefano/ptnetmap/head/lib/liblzma
Message-ID:  <201506231727.t5NHRhPd029395@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stefano
Date: Tue Jun 23 17:27:42 2015
New Revision: 287491
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=287491

Log:
  fix picobsd init error
  
  TODO: check the compiler in the ifdef (picobsd uses GCC)
  

Modified:
  soc2015/stefano/ptnetmap/head/lib/liblzma/config.h

Modified: soc2015/stefano/ptnetmap/head/lib/liblzma/config.h
==============================================================================
--- soc2015/stefano/ptnetmap/head/lib/liblzma/config.h	Tue Jun 23 17:25:29 2015	(r287490)
+++ soc2015/stefano/ptnetmap/head/lib/liblzma/config.h	Tue Jun 23 17:27:42 2015	(r287491)
@@ -150,9 +150,11 @@
 #define HAVE_ICONV 1
 
 /* Define to 1 if you have the <immintrin.h> header file. */
+#if 0 /* TODO-ste: check the compiler */
 #if defined(__FreeBSD__) && defined(__amd64__)
 #define HAVE_IMMINTRIN_H 1
 #endif
+#endif
 
 /* Define to 1 if you have the <inttypes.h> header file. */
 #define HAVE_INTTYPES_H 1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506231727.t5NHRhPd029395>