From b409bba318513c62b04b3fe44028ca733b26e6bd Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Thu, 28 Feb 2013 08:17:16 -0700 Subject: [PATCH] link makefile.in to Makefile.in for Android fdlibm build --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bea99be1e..a608867aec 100644 --- a/README.md +++ b/README.md @@ -368,7 +368,8 @@ this way, do the following, starting from the Avian directory: $ git clone https://github.com/dicej/android-libcore64 libcore $ (cd expat && CFLAGS=-fPIC CXXFLAGS=-fPIC ./configure --enable-static \ && make) - $ (cd fdlibm && CFLAGS=-fPIC bash configure && make) + $ (cd fdlibm && ln -sf makefile.in Makefile.in \ + && CFLAGS=-fPIC bash configure && make) $ (cd icu4c && CFLAGS=-fPIC CXXFLAGS=-fPIC ./configure --enable-static \ && make) $ (cd openssl-upstream && git checkout OpenSSL_1_0_1e \