commit | adff90a9333004d5459823665e8bcf6cb9214f79 | [log] [tgz] |
---|---|---|
author | Franck Bui-Huu <fbuihuu@gmail.com> | Thu Feb 15 12:06:48 2007 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Oct 11 23:45:59 2007 +0100 |
tree | d4eadd84faed02ef8514cca0e22756efbbfe5d2f | |
parent | 8c67316e706cabc2145d6c8e97f0bd8f2a86d8a1 [diff] |
[MIPS] Automatically set CONFIG_BUILD_ELF64 We do not rely on user anymore to setup this config correctly. Instead we make our choice depending on the load address. If we want to force Kbuild to use ELF64 format whatever the load address we can still do: $ make BUILD_ELF32=no Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>