Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 436c7393 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Kill unused ARCH_* defines.

No one's using ARCH_AARCH64 or AARCH_MIPS64 yet, and ARCH_PPC was always more
aspirational than real.

Change-Id: I07c6cbad6eb0917c4c24848a98c3bc9a3fe72db6
parent e5743ef7
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -101,11 +101,7 @@
/*
 * What CPU architecture does this platform use?
 */
#if (defined(__ppc__) || defined(__ppc64__))
#   define ARCH_PPC
#elif (defined(__i386__) || defined(__x86_64__))
#define ARCH_X86
#endif

/*
 * sprintf() format string for shared library naming.
+0 −5
Original line number Diff line number Diff line
@@ -95,11 +95,6 @@
 */
#define HAVE_LIBC_SYSTEM_PROPERTIES 1

/*
 * What CPU architecture does this platform use?
 */
#define ARCH_AARCH64

/*
 * sprintf() format string for shared library naming.
 */
+0 −5
Original line number Diff line number Diff line
@@ -111,11 +111,6 @@
 */
/* #define HAVE_SYSTEM_PROPERTY_SERVER */

/*
 * What CPU architecture does this platform use?
 */
#define ARCH_MIPS64 1

/*
 * sprintf() format string for shared library naming.
 */