socsvn commit: r287491 - soc2015/stefano/ptnetmap/head/lib/liblzma

stefano at FreeBSD.org stefano at FreeBSD.org
Tue Jun 23 17:27:43 UTC 2015


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


More information about the svn-soc-all mailing list