mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
Issue #1053 - Remove android support from XPCOM
This commit is contained in:
parent
68d64c0c58
commit
26403f20ac
30 changed files with 27 additions and 476 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include "mozilla/Compiler.h"
|
||||
|
||||
#if !defined(__arm__) && !(defined(LINUX) || defined(ANDROID) || defined(XP_IOS))
|
||||
#if !defined(__arm__) && !(defined(LINUX) || defined(XP_IOS))
|
||||
#error "This code is for Linux/iOS ARM only. Check that it works on your system, too.\nBeware that this code is highly compiler dependent."
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -7,14 +7,8 @@
|
|||
|
||||
/* This code is for MIPS using the O32 ABI. */
|
||||
|
||||
#ifdef ANDROID
|
||||
#include <asm/regdef.h>
|
||||
#include <asm/asm.h>
|
||||
#include <machine/asm.h>
|
||||
#else
|
||||
#include <sys/regdef.h>
|
||||
#include <sys/asm.h>
|
||||
#endif
|
||||
|
||||
# NARGSAVE is the argument space in the callers frame, including extra
|
||||
# 'shadowed' space for the argument registers. The minimum of 4
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
#include "xptcprivate.h"
|
||||
#include "xptiprivate.h"
|
||||
|
||||
#if !defined(__arm__) && !(defined(LINUX) || defined(ANDROID) || defined(XP_DARWIN))
|
||||
#if !defined(__arm__) && !(defined(LINUX) || defined(XP_DARWIN))
|
||||
#error "This code is for Linux/iOS ARM only. Please check if it works for you, too.\nDepends strongly on gcc behaviour."
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -5,14 +5,8 @@
|
|||
|
||||
/* This code is for MIPS using the O32 ABI. */
|
||||
|
||||
#ifdef ANDROID
|
||||
#include <asm/regdef.h>
|
||||
#include <asm/asm.h>
|
||||
#include <machine/asm.h>
|
||||
#else
|
||||
#include <sys/regdef.h>
|
||||
#include <sys/asm.h>
|
||||
#endif
|
||||
|
||||
# NARGSAVE is the argument space in the callers frame, including extra
|
||||
# 'shadowed' space for the argument registers. The minimum of 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue