summaryrefslogtreecommitdiffstats
path: root/configure.in
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 /configure.in
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 'configure.in')
-rw-r--r--configure.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 55f0d0106e..c928763c1a 100644
--- a/configure.in
+++ b/configure.in
@@ -153,6 +153,12 @@ case "${target}" in
# override these settings
RTEMS_HAS_POSIX_API=no
;;
+ i[[3456]]86-unknown-freebsd2.[[12]]*) # unix "simulator" port
+ target_cpu=unix
+ RTEMS_HOST=FreeBSD
+ # override these settings
+ RTEMS_HAS_POSIX_API=no
+ ;;
no_cpu-*rtems*)
target_cpu=no_cpu
RTEMS_HAS_POSIX_API=no