commit | eda26dd88d0dc11d592d1084dab87d27f165ba2e | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sat Dec 19 20:20:47 2015 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sat Jan 16 21:06:45 2016 +0100 |
tree | 07f44f7f836b9aae0163abd8d86232737200fbff | |
parent | 04a665d097b87017811dc0a528e9ec0a72912f8f [diff] |
MIPS: do not build position-independent executables for SPL SPL binaries are usually linked to a fixed address in SRAM. Furthermore SPL binaries do not need to relocate itself. Thus do not build them as position-independent binaries which helps to largely reduce the size of SPL binaries. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>