summaryrefslogtreecommitdiffstats
path: root/arch/arc/Makefile
diff options
context:
space:
mode:
authorVineet Gupta2015-03-07 12:36:09 +0100
committerVineet Gupta2015-06-19 14:39:24 +0200
commit565a9b497c5103a91027d95b9f3392c035703774 (patch)
tree00ee52063717660617951195d768f287c1c828a0 /arch/arc/Makefile
parentARC: [kbuild] Retire CONFIG_ARC_CPU_REL_4_10 (diff)
downloadkernel-qcow2-linux-565a9b497c5103a91027d95b9f3392c035703774.tar.gz
kernel-qcow2-linux-565a9b497c5103a91027d95b9f3392c035703774.tar.xz
kernel-qcow2-linux-565a9b497c5103a91027d95b9f3392c035703774.zip
ARC: RIP broken 64bit RTSC
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/Makefile')
-rw-r--r--arch/arc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/Makefile b/arch/arc/Makefile
index 50bc5bc5ab74..87e0e5b36ce1 100644
--- a/arch/arc/Makefile
+++ b/arch/arc/Makefile
@@ -33,7 +33,7 @@ cflags-$(atleast_gcc44) += -fsection-anchors
cflags-$(CONFIG_ARC_HAS_LLSC) += -mlock
cflags-$(CONFIG_ARC_HAS_SWAPE) += -mswape
-cflags-$(CONFIG_ARC_HAS_RTSC) += -mrtsc
+
cflags-$(CONFIG_ARC_DW2_UNWIND) += -fasynchronous-unwind-tables
# By default gcc 4.8 generates dwarf4 which kernel unwinder can't grok