projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84e8a33
)
arch/sh: always has atomic ops
author
Yann E. MORIN
<yann.morin.1998@free.fr>
Sun, 17 Aug 2014 19:29:59 +0000
(21:29 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Mon, 18 Aug 2014 09:03:02 +0000
(11:03 +0200)
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Anton Kolesov <Anton.Kolesov@synopsys.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
arch/Config.in.sh
patch
|
blob
|
history
diff --git
a/arch/Config.in.sh
b/arch/Config.in.sh
index 1bdea37cbc550601bc7f088e5b1951eca8b1bd87..9f8f79c6ad901023d40a73c5ced97e67dfa555be 100644
(file)
--- a/
arch/Config.in.sh
+++ b/
arch/Config.in.sh
@@
-28,3
+28,6
@@
config BR2_ARCH
config BR2_ENDIAN
default "LITTLE" if BR2_sh4 || BR2_sh4a || BR2_sh64
default "BIG" if BR2_sh2a || BR2_sh4eb || BR2_sh4aeb
+
+config BR2_ARCH_HAS_ATOMICS
+ default y