]> git.baikalelectronics.ru Git - kernel.git/commit
[MIPS] Don't abort the build process if '-msym32' isn't supported
authorFranck Bui-Huu <fbuihuu@gmail.com>
Thu, 27 Sep 2007 14:26:40 +0000 (16:26 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 11 Oct 2007 22:46:10 +0000 (23:46 +0100)
commitbb566d41aac1c7874f1b07b133323b86a7f21005
treed4d7988267b309fb033cf5fb9a52b7ef8456c644
parentd1ae082d5b79bade3b6110601c23517e7772a8c9
[MIPS] Don't abort the build process if '-msym32' isn't supported

-msym32 and previously the strategy to tell the compiler to generate
64-bit code but the assembler to put it into 32-bit ELF was initially
a hack to get around the lack of proper 64-bit binutils support and
later turned into a neat optimization with significant code size
savings.  But it's really just an optimization so there is nothing
wrong with just dropping the option (and whatever else goes along with
it, I forgot all the nasty details) on the floor if due to a vintage
compiler it can't be suported.

Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Makefile