mirror of
https://github.com/systemd/systemd.git
synced 2024-12-20 23:53:38 +08:00
arch: add crisv32 to uname check
This commit is contained in:
parent
ce38dbc84b
commit
9b3a0ba3e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user