summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-21 16:39:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-21 16:39:51 +0000
commitd7588efc2f61a6cbd015518e1f5ecde33d1ca48b (patch)
treeb69539644e06c5c1e525c7ffb0d7fcfc2a2d5f80 /c/src/exec/score/cpu
parentRemove --start-group/--end-group pair to support non-GNU ld's. (diff)
downloadrtems-d7588efc2f61a6cbd015518e1f5ecde33d1ca48b.tar.bz2
Per suggestion from Ralf Corsepius made all macros solaris2 -- not solaris
or solaris2.
Diffstat (limited to 'c/src/exec/score/cpu')
-rw-r--r--c/src/exec/score/cpu/unix/unix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/unix/unix.h b/c/src/exec/score/cpu/unix/unix.h
index 50245cafc9..5753e7bf1a 100644
--- a/c/src/exec/score/cpu/unix/unix.h
+++ b/c/src/exec/score/cpu/unix/unix.h
@@ -34,7 +34,7 @@ extern "C" {
#define CPU_MODEL_NAME "HP-UX"
-#elif defined(solaris)
+#elif defined(solaris2)
#define CPU_MODEL_NAME "Solaris"