mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
tests: disable ABI checks for architectures where the struct sizes are not up-to-date
https://bugzilla.gnome.org/show_bug.cgi?id=691828
This commit is contained in:
parent
2f1d83a6d1
commit
47c2fc4aba
2 changed files with 8 additions and 8 deletions
|
@ -28,7 +28,7 @@
|
|||
#else
|
||||
#ifdef __powerpc64__
|
||||
#include "struct_ppc64.h"
|
||||
#define HAVE_ABI_SIZES TRUE
|
||||
#define HAVE_ABI_SIZES FALSE
|
||||
#else
|
||||
#ifdef __powerpc__
|
||||
#include "struct_ppc32.h"
|
||||
|
@ -40,15 +40,15 @@
|
|||
#else
|
||||
#ifdef HAVE_CPU_HPPA
|
||||
#include "struct_hppa.h"
|
||||
#define HAVE_ABI_SIZES TRUE
|
||||
#define HAVE_ABI_SIZES FALSE
|
||||
#else
|
||||
#ifdef HAVE_CPU_SPARC
|
||||
#include "struct_sparc.h"
|
||||
#define HAVE_ABI_SIZES TRUE
|
||||
#define HAVE_ABI_SIZES FALSE
|
||||
#else
|
||||
#ifdef HAVE_CPU_ARM
|
||||
#include "struct_arm.h"
|
||||
#define HAVE_ABI_SIZES TRUE
|
||||
#define HAVE_ABI_SIZES FALSE
|
||||
#else
|
||||
/* in case someone wants to generate a new arch */
|
||||
#include "struct_i386.h"
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
#else
|
||||
#ifdef __powerpc64__
|
||||
#include "struct_ppc64.h"
|
||||
#define HAVE_ABI_SIZES TRUE
|
||||
#define HAVE_ABI_SIZES FALSE
|
||||
#else
|
||||
#ifdef __powerpc__
|
||||
#include "struct_ppc32.h"
|
||||
|
@ -62,15 +62,15 @@
|
|||
#else
|
||||
#ifdef HAVE_CPU_HPPA
|
||||
#include "struct_hppa.h"
|
||||
#define HAVE_ABI_SIZES TRUE
|
||||
#define HAVE_ABI_SIZES FALSE
|
||||
#else
|
||||
#ifdef HAVE_CPU_SPARC
|
||||
#include "struct_sparc.h"
|
||||
#define HAVE_ABI_SIZES TRUE
|
||||
#define HAVE_ABI_SIZES FALSE
|
||||
#else
|
||||
#ifdef HAVE_CPU_ARM
|
||||
#include "struct_arm.h"
|
||||
#define HAVE_ABI_SIZES TRUE
|
||||
#define HAVE_ABI_SIZES FALSE
|
||||
#else
|
||||
/* in case someone wants to generate a new arch */
|
||||
#include "struct_i386.h"
|
||||
|
|
Loading…
Reference in a new issue