link makefile.in to Makefile.in for Android fdlibm build

This commit is contained in:
Joel Dice 2013-02-28 08:17:16 -07:00
parent 27d7c8a3c0
commit b409bba318

View File

@ -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 \