kernel-ark/arch/arc
Vineet Gupta af4c3ae399 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>
2013-04-09 12:21:15 +05:30
..
boot ARC: [plat-arcfpga] DT arc-uart bindings change: "baud" => "current-speed" 2013-02-15 23:16:22 +05:30
configs ARC: [plat-arcfpga] defconfig for fully loaded ARC Linux 2013-02-15 23:16:17 +05:30
include ARC: Add implicit compiler barrier to raw_local_irq* functions 2013-04-08 16:10:26 -07:00
kernel ARC: Remove duplicate inclusion of header files 2013-04-09 12:21:15 +05:30
lib ARC: String library 2013-02-11 20:00:35 +05:30
mm ARC: remove #ifdef-ed out include of dead header 2013-04-09 12:21:15 +05:30
oprofile ARC: OProfile support 2013-02-15 23:16:00 +05:30
plat-arcfpga ARC: [Review] Multi-platform image #8: platform registers SMP callbacks 2013-02-15 23:16:17 +05:30
Kbuild
Kconfig ARC: Kconfig cleanup tracking cross-arch Kconfig pruning in merge window 2013-02-26 14:25:22 +05:30
Kconfig.debug
Makefile ARC: [build] silence make defconfig warnings with host gcc 4.7 2013-04-09 12:21:15 +05:30