summaryrefslogtreecommitdiffstats
path: root/lib/gcc/mips64el-linux-android/4.9/include/stdint.h
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2014-06-13 11:09:17 -0700
committerYing Wang <wangying@google.com>2014-08-07 14:45:04 -0700
commitd9f79e99f044d85048e75ba5161877c0999c161b (patch)
treef10753a719195228f19fed4a21155085a2939dbd /lib/gcc/mips64el-linux-android/4.9/include/stdint.h
parent9302bf1ed411eece255d2a1e0bf7ca6d1d6fd079 (diff)
downloadplatform_prebuilts_gcc_darwin-x86_mips_mips64el-linux-android-4.9-d9f79e99f044d85048e75ba5161877c0999c161b.tar.gz
platform_prebuilts_gcc_darwin-x86_mips_mips64el-linux-android-4.9-d9f79e99f044d85048e75ba5161877c0999c161b.tar.bz2
platform_prebuilts_gcc_darwin-x86_mips_mips64el-linux-android-4.9-d9f79e99f044d85048e75ba5161877c0999c161b.zip
Build instructions (on MacOSX): export AOSP=your-AOSP-path export NDK=$AOSP/ndk cd $NDK ; ./build/tools/dev-cleanup.sh ./build/tools/download-toolchain-sources.sh /tmp/ndk-$USER/src ./build/tools/gen-platforms.sh --minimal --dst-dir=$NDK --ndk-dir=$NDK --arch=mips64 ./build/tools/build-gcc.sh /tmp/ndk-$USER/src $NDK mips64el-linux-android-4.9 --try-64 rm -rf $NDK/toolchains/mips64el-linux-android-4.9/prebuilt/darwin-x86_64/sysroot cp -a $NDK/toolchains/mips64el-linux-android-4.9/prebuilt/darwin-x86_64/* \ $AOSP/prebuilts/gcc/darwin-x86_64/mips/mips64el-linux-android-4.9 (cherry picked from commit 367a6529b0cc9f5ac5ca69226f583420563fd473) Change-Id: I1e61843572d930fff141b42d57e597a82aa4fe2d
Diffstat (limited to 'lib/gcc/mips64el-linux-android/4.9/include/stdint.h')
-rw-r--r--lib/gcc/mips64el-linux-android/4.9/include/stdint.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/gcc/mips64el-linux-android/4.9/include/stdint.h b/lib/gcc/mips64el-linux-android/4.9/include/stdint.h
new file mode 100644
index 0000000..83b6f70
--- /dev/null
+++ b/lib/gcc/mips64el-linux-android/4.9/include/stdint.h
@@ -0,0 +1,14 @@
+#ifndef _GCC_WRAP_STDINT_H
+#if __STDC_HOSTED__
+# if defined __cplusplus && __cplusplus >= 201103L
+# undef __STDC_LIMIT_MACROS
+# define __STDC_LIMIT_MACROS
+# undef __STDC_CONSTANT_MACROS
+# define __STDC_CONSTANT_MACROS
+# endif
+# include_next <stdint.h>
+#else
+# include "stdint-gcc.h"
+#endif
+#define _GCC_WRAP_STDINT_H
+#endif