From a4d9421024ed3f70aede5b11f977d264eb69bf61 Mon Sep 17 00:00:00 2001 From: Jing Yu Date: Tue, 10 Aug 2010 10:08:15 -0700 Subject: Remove definition of getpagesize() in order to build c++ library for Android toolchain. This is a local work around. The long term solution is to change the getpagesize() definition in bionicC. However to be compatible with current bionicC and sysroot, we have to do this local workaround inside gcc. After getpagesize() in bionicC is changed and ndk constains that change, we can revert this CL. Change-Id: I14757b967e41e45c06224c1d9ce7752bc1a7e9cb --- gcc-4.4.3/README.google | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc-4.4.3/README.google') diff --git a/gcc-4.4.3/README.google b/gcc-4.4.3/README.google index 807e19c08..83b757e21 100644 --- a/gcc-4.4.3/README.google +++ b/gcc-4.4.3/README.google @@ -2065,3 +2065,8 @@ gcc/config/arm/arm.h Add .note.GNU-stack annotation to all ARM targeted codes. Owner: jingyu Status: keep it local + +libiberty/getpagesize.c + Local work around for building C++ library for Android toolchain. + Owner: jingyu + Status: keep it local -- cgit v1.2.3