summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/unix/unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/cpu/unix/unix.h')
-rw-r--r--c/src/exec/score/cpu/unix/unix.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/unix/unix.h b/c/src/exec/score/cpu/unix/unix.h
index 318c21ca5e..5e0e346a18 100644
--- a/c/src/exec/score/cpu/unix/unix.h
+++ b/c/src/exec/score/cpu/unix/unix.h
@@ -38,6 +38,10 @@ extern "C" {
#define CPU_MODEL_NAME "Solaris"
+#elif defined(__linux__)
+
+#define CPU_MODEL_NAME "Linux"
+
#elif defined(linux)
#define CPU_MODEL_NAME "Linux"