From 52feb7e784fee2c3cacb3ac92b2255b508bc961d Mon Sep 17 00:00:00 2001 From: Andrew Hsieh Date: Sat, 22 Mar 2014 20:28:23 +0800 Subject: Add 64-bit gnu-libstdc++/4.8 Also restore the folowing in usr/include/locale.h because gnu-libstdc++ needs it struct lconv { }; struct lconv* localeconv(void); Change-Id: I42b095ffc5c242ebd53f9d73feccf4fdfbea9045 --- 9/platforms/android-19/arch-arm64/usr/include/locale.h | 3 --- 9/platforms/android-19/arch-mips64/usr/include/locale.h | 3 --- 9/platforms/android-19/arch-x86_64/usr/include/locale.h | 3 --- 3 files changed, 9 deletions(-) (limited to '9/platforms/android-19') diff --git a/9/platforms/android-19/arch-arm64/usr/include/locale.h b/9/platforms/android-19/arch-arm64/usr/include/locale.h index b6dbfdb..4f99613 100644 --- a/9/platforms/android-19/arch-arm64/usr/include/locale.h +++ b/9/platforms/android-19/arch-arm64/usr/include/locale.h @@ -51,11 +51,8 @@ enum { extern char* setlocale(int, const char*); -#if !defined(__LP64__) -// TODO: LP32 had these bogus declarations but LP64 should have a real struct lconv and localeconv(3). struct lconv { }; struct lconv* localeconv(void); -#endif __END_DECLS diff --git a/9/platforms/android-19/arch-mips64/usr/include/locale.h b/9/platforms/android-19/arch-mips64/usr/include/locale.h index b6dbfdb..4f99613 100644 --- a/9/platforms/android-19/arch-mips64/usr/include/locale.h +++ b/9/platforms/android-19/arch-mips64/usr/include/locale.h @@ -51,11 +51,8 @@ enum { extern char* setlocale(int, const char*); -#if !defined(__LP64__) -// TODO: LP32 had these bogus declarations but LP64 should have a real struct lconv and localeconv(3). struct lconv { }; struct lconv* localeconv(void); -#endif __END_DECLS diff --git a/9/platforms/android-19/arch-x86_64/usr/include/locale.h b/9/platforms/android-19/arch-x86_64/usr/include/locale.h index b6dbfdb..4f99613 100644 --- a/9/platforms/android-19/arch-x86_64/usr/include/locale.h +++ b/9/platforms/android-19/arch-x86_64/usr/include/locale.h @@ -51,11 +51,8 @@ enum { extern char* setlocale(int, const char*); -#if !defined(__LP64__) -// TODO: LP32 had these bogus declarations but LP64 should have a real struct lconv and localeconv(3). struct lconv { }; struct lconv* localeconv(void); -#endif __END_DECLS -- cgit v1.1