linux/arch/microblaze
Masahiro Yamada 0fbe9a245c microblaze: add endianness options to LDFLAGS instead of LD
With the recent syntax extension, Kconfig is now able to evaluate the
compiler / toolchain capability.

However, accumulating flags to 'LD' is not compatible with the way
it works; 'LD' must be passed to Kconfig to call $(ld-option,...)
from Kconfig files.  If you tweak 'LD' in arch Makefile depending on
CONFIG_CPU_BIG_ENDIAN, this would end up with circular dependency
between Makefile and Kconfig.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2018-07-25 09:14:47 +02:00
..
boot microblaze: dts: replace 'linux,stdout-path' with 'stdout-path' 2018-04-23 12:49:01 +02:00
configs microblaze: Enabling CONFIG_BRIDGE in mmu_defconfig 2017-06-22 15:36:59 +02:00
include microblaze: remove consistent_sync and consistent_sync_page 2018-07-20 14:29:54 +02:00
kernel microblaze: use generic dma_noncoherent_ops 2018-07-20 14:29:47 +02:00
lib microblaze: Setup dependencies for ASM optimized lib functions 2018-03-16 12:51:26 +01:00
mm microblaze: remove consistent_sync and consistent_sync_page 2018-07-20 14:29:54 +02:00
oprofile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pci microblaze: warn if of_iomap() failed 2018-07-11 10:06:46 +02:00
Kconfig microblaze: use generic dma_noncoherent_ops 2018-07-20 14:29:47 +02:00
Kconfig.debug microblaze: Remove architecture heart beat code 2018-06-12 12:46:35 +02:00
Kconfig.platform microblaze: Setup dependencies for ASM optimized lib functions 2018-03-16 12:51:26 +01:00
Makefile microblaze: add endianness options to LDFLAGS instead of LD 2018-07-25 09:14:47 +02:00