commit | e92d9124f8c398405af51aa0bb0277e2dfc68b3d | [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 | 5b6f357fe73a3fab11870cceeac5f2fecd6d7e02 [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>