ARC: [build] silence make defconfig warnings with host gcc 4.7
authorVineet Gupta <vgupta@synopsys.com>
Thu, 21 Mar 2013 06:52:06 +0000 (12:22 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Tue, 9 Apr 2013 06:51:15 +0000 (12:21 +0530)
commitaf4c3ae3990bb5a2f0a53c7112c9d7696a3cab95
tree54d54bf1f7ae3e4d57a612c76adb2acf604cda92
parent610c6502e0d51415dd1e4d31bc97e13ef9d25334
ARC: [build] silence make defconfig warnings with host gcc 4.7

We do cross compiles for ARC Linux.
With gcc 4.7, a make defconfig spews out the following:

------------------->8--------------------------
make ARCH=arc defconfig
gcc: error: unrecognized command line option '-marc600'
gcc: error: unrecognized command line option '-mA7'
gcc: error: unrecognized command line option '-mno-sdata'
gcc: error: unrecognized command line option '-mno-mpy'
*** Default configuration is based on 'fpga_defconfig'
------------------->8--------------------------

This apparently is coming from LIBGCC line - which is strange to be
invoked for defconfig generation.

Reported-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/Makefile
This page took 0.040998 seconds and 5 git commands to generate.