summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorJames Clarke <jrtc27@jrtc27.com>2016-08-05 18:07:33 +0200
committerRene Engelhard <rene@debian.org>2016-08-05 18:09:59 +0200
commit3cb45765f2accfa749cc56a087059600ec467f28 (patch)
treedba1da8cd97d624754cb4e9c94776f39ae6e6b6a /desktop
parent9dd8a0dcfdff21269f6423224d39d168519fb67e (diff)
(initial) sparc64 port
Change-Id: I8ec9bb5415a9e6b9083ba89a7790872d67625de1
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/misc/dp_platform.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/source/deployment/misc/dp_platform.cxx b/desktop/source/deployment/misc/dp_platform.cxx
index 2f7704d25949..4bf885941cb7 100644
--- a/desktop/source/deployment/misc/dp_platform.cxx
+++ b/desktop/source/deployment/misc/dp_platform.cxx
@@ -94,6 +94,8 @@ namespace
ret = checkOSandCPU("Linux", "X86_64");
else if (token == "linux_sparc")
ret = checkOSandCPU("Linux", "SPARC");
+ else if (token == "linux_sparc64")
+ ret = checkOSandCPU("Linux", "SPARC64");
else if (token == "linux_powerpc")
ret = checkOSandCPU("Linux", "PowerPC");
else if (token == "linux_powerpc64")