Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37564502
en ru br
Репозитории ALT
S:0.42.2-alt1
5.1: 0.16.2-alt1
4.1: 0.10.0-alt2.M41.1
3.0: 0.1.5-alt1
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: libpixman

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: libpixman-e2k.patch
Скачать


diff --git a/pixman/pixman-x86.c b/pixman/pixman-x86.c
index 0130b7b..f42b299 100644
--- a/pixman/pixman-x86.c
+++ b/pixman/pixman-x86.c
@@ -72,6 +72,8 @@ detect_cpu_features (void)
     return features;
 }
 
+#elif defined(__e2k__)
+#define detect_cpu_features() -1
 #else
 
 #define _PIXMAN_X86_64							\
diff --git a/test/utils-prng.h b/test/utils-prng.h
index f9ae8dd..c2efbbd 100644
--- a/test/utils-prng.h
+++ b/test/utils-prng.h
@@ -77,6 +77,10 @@
 
 #include "pixman-private.h"
 
+#ifdef __e2k__
+#undef HAVE_GCC_VECTOR_EXTENSIONS
+#endif
+
 /*****************************************************************************/
 
 #ifdef HAVE_GCC_VECTOR_EXTENSIONS
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin