Added freebsd support from Dario Alcocer <alcocer@connectnet.com>.

This commit is contained in:
Joel Sherrill
1998-06-18 15:22:35 +00:00
parent ce691c51fd
commit 9a6994b490
12 changed files with 164 additions and 70 deletions

View File

@@ -54,6 +54,13 @@ case $target in
echo Not supported on unix port.
exit 0
;;
i[3456]86-unknown-freebsd2.[12]*)
echo freebsd
rtems_cpu=unix
bsp=freebsd2
echo Not supported on unix port.
exit 0
;;
*-rtems*)
cpu=`echo $target | sed -e 's/-.*//'`
rtems_cpu=$cpu