On Fri, Apr 15, 2016 at 7:07 PM, Rob Savoye rob.savoye@linaro.org wrote:
On 04/15/2016 07:35 AM, $rik@nth wrote:
On Tue, Apr 5, 2016 at 11:12 AM, Jim Wilson jim.wilson@linaro.org wrote:
On Mon, Apr 4, 2016 at 8:18 PM, $rik@nth srikanth007m@gmail.com wrote:
There is no way to build static tool chain by using abe tool at all?
Maybe modify abe/lib/make.sh to add -static directly to LDFLAGS?
All the config files in ABE (config/*.conf), have a "static_link" flag, just set it to "yes".
All flags are marked to "yes". But still ABE is generating dynamic bins rather than static. Does it require any other changes as well?
binutils.conf:static_link="yes" cloog.conf:static_link="yes" cloog-parma.conf:static_link="yes" cloog-polylib.conf:static_link="yes" cloog-ppl.conf:static_link="yes" eglibc.conf:static_link="yes" ffmpeg.conf:static_link="yes" gcc.conf:static_link="yes" gdb.conf:static_link="yes" gdbserver.conf:static_link="yes" gdk-pixbuf.conf:static_link="yes" glibc.conf:static_link="yes" glib.conf:static_link="yes" gmp.conf:static_link="yes" infrastructure.conf:static_link="yes" isl.conf:static_link="yes" libelf.conf:static_link="yes" llvm.conf:static_link="yes" make.conf:static_link="yes" mpc.conf:static_link="yes" mpfr.conf:static_link="yes" newlib.conf:static_link="yes" ppl.conf:static_link="yes" qemu.conf:static_link="yes" qt-everywhere-opensource-src.conf:static_link="yes" zlib.conf:static_link="yes"
- rob -