summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/unix/unix.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-07-18 19:27:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-07-18 19:27:50 +0000
commit80445331528a5d1b0ce85f095fe27a3b7fdf5a9e (patch)
treeca7d09bddb0a44ead621008d207cb27132864124 /c/src/exec/score/cpu/unix/unix.h
parentall built successfully after merge (diff)
downloadrtems-80445331528a5d1b0ce85f095fe27a3b7fdf5a9e.tar.bz2
merged Linux UNIX simulator support (C)
Diffstat (limited to 'c/src/exec/score/cpu/unix/unix.h')
-rw-r--r--c/src/exec/score/cpu/unix/unix.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/c/src/exec/score/cpu/unix/unix.h b/c/src/exec/score/cpu/unix/unix.h
index 10c4b6917c..91afec9517 100644
--- a/c/src/exec/score/cpu/unix/unix.h
+++ b/c/src/exec/score/cpu/unix/unix.h
@@ -64,11 +64,15 @@ extern "C" {
#if defined(hpux)
-#define RTEMS_MODEL_NAME "hpux"
+#define RTEMS_MODEL_NAME "HP-UX"
#elif defined(solaris)
-#define RTEMS_MODEL_NAME "solaris"
+#define RTEMS_MODEL_NAME "Solaris"
+
+#elif defined(linux)
+
+#define RTEMS_MODEL_NAME "Linux"
#else