From 9a6994b490379074f546c395cb6d232cb1501348 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 18 Jun 1998 15:22:35 +0000 Subject: Added freebsd support from Dario Alcocer . --- configure.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure.in') 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 -- cgit v1.2.3