am 66656006: am 3c0682c6: Merge "Kill unused ARCH_* defines."

* commit '6665600642c6aa8ecde845685852267bed786fe6':
  Kill unused ARCH_* defines.
This commit is contained in:
Elliott Hughes 2014-11-18 22:10:38 +00:00 committed by Android Git Automerger
commit 354d9530eb
3 changed files with 1 additions and 15 deletions

View File

@ -101,11 +101,7 @@
/* /*
* What CPU architecture does this platform use? * What CPU architecture does this platform use?
*/ */
#if (defined(__ppc__) || defined(__ppc64__))
# define ARCH_PPC
#elif (defined(__i386__) || defined(__x86_64__))
#define ARCH_X86 #define ARCH_X86
#endif
/* /*
* sprintf() format string for shared library naming. * sprintf() format string for shared library naming.

View File

@ -95,11 +95,6 @@
*/ */
#define HAVE_LIBC_SYSTEM_PROPERTIES 1 #define HAVE_LIBC_SYSTEM_PROPERTIES 1
/*
* What CPU architecture does this platform use?
*/
#define ARCH_AARCH64
/* /*
* sprintf() format string for shared library naming. * sprintf() format string for shared library naming.
*/ */

View File

@ -111,11 +111,6 @@
*/ */
/* #define HAVE_SYSTEM_PROPERTY_SERVER */ /* #define HAVE_SYSTEM_PROPERTY_SERVER */
/*
* What CPU architecture does this platform use?
*/
#define ARCH_MIPS64 1
/* /*
* sprintf() format string for shared library naming. * sprintf() format string for shared library naming.
*/ */