summaryrefslogtreecommitdiffstats
path: root/aclocal/canonical-host.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-16 13:05:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-16 13:05:19 +0000
commit3207f0a969713d21a7a97c4b9ba0b3f286c0e85d (patch)
treeb2bbb1017d09bde502c882568e81048dd97396b4 /aclocal/canonical-host.m4
parentPatch rtems-rc-20000615-4-cvs.diff from Ralf Corsepius (diff)
downloadrtems-3207f0a969713d21a7a97c4b9ba0b3f286c0e85d.tar.bz2
Patch from James Housley <jim@thehousleys.net> to address FreeBSD 4.x
build issues.
Diffstat (limited to 'aclocal/canonical-host.m4')
-rw-r--r--aclocal/canonical-host.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/canonical-host.m4 b/aclocal/canonical-host.m4
index de695c9de2..99b5fb07da 100644
--- a/aclocal/canonical-host.m4
+++ b/aclocal/canonical-host.m4
@@ -10,7 +10,7 @@ case "${target}" in
i[34567]86-*linux*) # unix "simulator" port
RTEMS_HOST=Linux
;;
- i[34567]86-*freebsd2*) # unix "simulator" port
+ i[34567]86-*freebsd*) # unix "simulator" port
RTEMS_HOST=FreeBSD
;;
i[34567]86-pc-cygwin*) # Cygwin is just enough unix like :)