chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce38dbc
)
arch: add crisv32 to uname check
author
Umut Tezduyar Lindskog
<umut.tezduyar@axis.com>
Thu, 3 Jul 2014 07:54:45 +0000
(09:54 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Thu, 3 Jul 2014 10:51:33 +0000
(12:51 +0200)
src/shared/architecture.c
patch
|
blob
|
history
diff --git
a/src/shared/architecture.c
b/src/shared/architecture.c
index 9e0c3efd11248925260857ab55cb693a811828d8..7dd049a36a513e435a35ab70deceda6ab813f5b1 100644
(file)
--- a/
src/shared/architecture.c
+++ b/
src/shared/architecture.c
@@
-116,6
+116,7
@@
Architecture uname_architecture(void) {
{ "tilegx", ARCHITECTURE_TILEGX },
#elif defined(__cris__)
{ "cris", ARCHITECTURE_CRIS },
+ { "crisv32", ARCHITECTURE_CRIS },
#else
#error "Please register your architecture here!"
#endif