forked from openkylin/platform_build
am 451caf92: am c7296b6f: Merge "Remove ARCH_X86."
* commit '451caf92678ab03834a86c13651a287abce15455': Remove ARCH_X86.
This commit is contained in:
commit
c473fa50ca
|
@ -65,11 +65,6 @@
|
|||
*/
|
||||
/* #define HAVE_MALLOC_H */
|
||||
|
||||
/*
|
||||
* What CPU architecture does this platform use?
|
||||
*/
|
||||
#define ARCH_X86
|
||||
|
||||
/*
|
||||
* sprintf() format string for shared library naming.
|
||||
*/
|
||||
|
|
|
@ -65,11 +65,6 @@
|
|||
*/
|
||||
#define HAVE_MALLOC_H
|
||||
|
||||
/*
|
||||
* What CPU architecture does this platform use?
|
||||
*/
|
||||
#define ARCH_X86
|
||||
|
||||
/*
|
||||
* Define if system provides a system property server (should be
|
||||
* mutually exclusive with HAVE_LIBC_SYSTEM_PROPERTIES).
|
||||
|
|
|
@ -63,11 +63,6 @@
|
|||
*/
|
||||
#define HAVE_LIBC_SYSTEM_PROPERTIES 1
|
||||
|
||||
/*
|
||||
* What CPU architecture does this platform use?
|
||||
*/
|
||||
#define ARCH_X86
|
||||
|
||||
/*
|
||||
* sprintf() format string for shared library naming.
|
||||
*/
|
||||
|
|
|
@ -97,11 +97,6 @@
|
|||
|
||||
#define HAVE_WINDOWS_PATHS /* needed by simulator */
|
||||
|
||||
/*
|
||||
* What CPU architecture does this platform use?
|
||||
*/
|
||||
#define ARCH_X86
|
||||
|
||||
/*
|
||||
* sprintf() format string for shared library naming.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue