summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/unix/unix.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-06-18 15:22:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-06-18 15:22:35 +0000
commit9a6994b490379074f546c395cb6d232cb1501348 (patch)
tree1e9a0c27d18cdbd202e0284d48a026807c6368c7 /c/src/exec/score/cpu/unix/unix.h
parentCorrected so it returns the correct date. Previously was getting the number (diff)
downloadrtems-9a6994b490379074f546c395cb6d232cb1501348.tar.bz2
Added freebsd support from Dario Alcocer <alcocer@connectnet.com>.
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 5753e7bf1a..52cfef79e4 100644
--- a/c/src/exec/score/cpu/unix/unix.h
+++ b/c/src/exec/score/cpu/unix/unix.h
@@ -46,6 +46,10 @@ extern "C" {
#define CPU_MODEL_NAME "Linux"
+#elif defined(__FreeBSD__)
+
+#define CPU_MODEL_NAME "FreeBSD"
+
#else
#error "Unsupported CPU Model"