aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/Makefile
AgeCommit message (Expand)AuthorFilesLines
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-1/+1
2019-07-11kbuild: remove src and obj from the top MakefileGravatar Masahiro Yamada 1-1/+1
2019-06-29Merge tag 'arc-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Gravatar Linus Torvalds 1-0/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-11ARC: build: Try to guess CROSS_COMPILE with cc-cross-prefixGravatar Alexey Brodkin 1-0/+4
2019-02-25ARCv2: Add explcit unaligned access support (and ability to disable too)Gravatar Eugeniy Paltsev 1-0/+6
2018-11-30ARC: change defconfig defaults to ARCv2Gravatar Kevin Hilman 1-1/+1
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-6/+0
2018-10-02kbuild: consolidate Devicetree dtb build rulesGravatar Rob Herring 1-6/+0
2018-09-18ARC: build: Don't set CROSS_COMPILE in arch's MakefileGravatar Alexey Brodkin 1-9/+1
2018-09-13ARC: build: Get rid of toolchain checkGravatar Alexey Brodkin 1-14/+0
2018-09-10ARCv2: build: use mcpu=hs38 iso generic mcpu=archsGravatar Vineet Gupta 1-1/+1
2018-08-30arc: remove redundant GCC version checksGravatar Masahiro Yamada 1-9/+1
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSGravatar Masahiro Yamada 1-1/+1
2018-06-13ARC: Explicitly add -mmedium-calls to CFLAGSGravatar Alexey Brodkin 1-14/+1
2017-10-03arc: remove redundant UTS_MACHINE define in arch/arc/MakefileGravatar Masahiro Yamada 1-2/+0
2017-09-01ARC: [plat-hsdk] initial port for HSDK boardGravatar Alexey Brodkin 1-0/+1
2017-08-04ARC: [plat-sim] Include this platform unconditionallyGravatar Vineet Gupta 1-1/+1
2017-03-20arc: Use full path in KBUILD_IMAGE definitionGravatar Michal Marek 1-2/+2
2016-11-11Merge tag 'arc-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Gravatar Linus Torvalds 1-0/+3
2016-11-11Kbuild: enable -Wmaybe-uninitialized warning for "make W=1"Gravatar Arnd Bergmann 1-1/+3
2016-11-08Revert "ARC: build: retire old toggles"Gravatar Vineet Gupta 1-0/+3
2016-10-28ARC: build: retire old togglesGravatar Vineet Gupta 1-3/+0
2016-09-30ARC: dw2 unwind: add infrastructure for adding cfi pseudo ops to asmGravatar Vineet Gupta 1-1/+2
2016-09-30ARC: dw2 unwind: don't force dwarf 2Gravatar Vineet Gupta 1-6/+0
2016-09-30ARC: dw2 unwind: switch to .eh_frame based unwindingGravatar Vineet Gupta 1-0/+2
2016-07-27Disable "maybe-uninitialized" warning globallyGravatar Linus Torvalds 1-3/+1
2016-06-28ARC: unwind: ensure that .debug_frame is generated (vs. .eh_frame)Gravatar Vineet Gupta 1-2/+0
2016-05-30Fix typosGravatar Andrea Gelmini 1-1/+1
2016-05-09ARC: Add eznps platform to Kconfig and MakefileGravatar Noam Camus 1-0/+5
2016-03-18ARC: build: Turn off -Wmaybe-uninitialized for ARC gcc 4.8Gravatar Vineet Gupta 1-1/+3
2016-03-12ARC: build: Better way to detect ISA compatible toolchainGravatar Vineet Gupta 1-0/+14
2016-03-11ARC: [BE] Select correct CROSS_COMPILE prefixGravatar Vineet Gupta 1-0/+4
2016-02-18ARC: Assume multiplier is always presentGravatar Vineet Gupta 1-4/+0
2015-12-21ARC: Fix linking errors with CONFIG_MODULE + CONFIG_CC_OPTIMIZE_FOR_SIZEGravatar Vineet Gupta 1-1/+1
2015-10-27arc: use common make variables for dtb buildsGravatar Rob Herring 1-1/+1
2015-07-20ARCv2: add knob for DIV_REV in KconfigGravatar Alexey Brodkin 1-1/+9
2015-07-06ARC: Override toplevel default -O2 with -O3Gravatar Vineet Gupta 1-1/+2
2015-06-28ARC: Fix build failures for ARCompact in linux-next after ARCv2 supportGravatar Vineet Gupta 1-2/+2
2015-06-28ARCv2: Allow older gcc to cope with new regime of ARCv2/ARCompact supportGravatar Vineet Gupta 1-1/+1
2015-06-22ARCv2: Support for ARCv2 ISA and HS38x coresGravatar Vineet Gupta 1-1/+7
2015-06-19ARC: [axs101] Add support for AXS101 SDP (software development platform)Gravatar Alexey Brodkin 1-0/+1
2015-06-19ARC: [plat_arcfpga]->[plat_sim]Gravatar Vineet Gupta 1-2/+2
2015-06-19ARC: RIP broken 64bit RTSCGravatar Vineet Gupta 1-1/+1
2015-05-19ARC: switch to simpler CROSS_COMPILE prefixGravatar Vineet Gupta 1-1/+1
2014-12-17ARC: rename default defconfigGravatar Vineet Gupta 1-1/+1
2014-10-13ARC: remove gcc mpy heuristicsGravatar Vineet Gupta 1-16/+1
2013-06-27ARC: Adjustments for gcc 4.8Gravatar Vineet Gupta 1-8/+16
2013-06-22ARC: Use kconfig helper IS_ENABLED() to get rid of defines.hGravatar Vineet Gupta 1-3/+1
2013-05-07ARC: [TB10x] Add support for TB10x platformGravatar Christian Ruppert 1-0/+1