diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2015-06-18 13:54:01 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-07-06 11:09:00 +0530 |
commit | 97709069214eb75312c14946803b9da4d3814203 (patch) | |
tree | 87cf225fae4cec9ed301300ab71f34fe70d9d453 /arch/arc/mm/dma.c | |
parent | 61754c18752ffb78145671e94f053fb202fff041 (diff) | |
download | linux-97709069214eb75312c14946803b9da4d3814203.tar.gz linux-97709069214eb75312c14946803b9da4d3814203.tar.bz2 linux-97709069214eb75312c14946803b9da4d3814203.zip |
ARC: Override toplevel default -O2 with -O3
ARC kernels have historically been built with -O3, despite top level
Makefile defaulting to -O2. This was facilitated by implicitly ordering
of arch makefile include AFTER top level assigned -O2.
An upstream fix to top level a1c48bb160f ("Makefile: Fix unrecognized
cross-compiler command line options") changed the ordering, making ARC
-O3 defunct.
Fix that by NOT relying on any ordering whatsoever and use the proper
arch override facility now present in kbuild (ARCH_*FLAGS)
Depends-on: ("kbuild: Allow arch Makefiles to override {cpp,ld,c}flags")
Suggested-by: Michal Marek <mmarek@suse.cz>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: stable@vger.kernel.org # 3.16+
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/mm/dma.c')
0 files changed, 0 insertions, 0 deletions