summaryrefslogtreecommitdiffstats
path: root/aclocal/canonical-target-name.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-target-name.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 '')
-rw-r--r--aclocal/canonical-target-name.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/canonical-target-name.m4 b/aclocal/canonical-target-name.m4
index be7e650a95..53d1a2962c 100644
--- a/aclocal/canonical-target-name.m4
+++ b/aclocal/canonical-target-name.m4
@@ -18,7 +18,7 @@ case "${target}" in
i[34567]86-*linux*) # unix "simulator" port
RTEMS_CPU=unix
;;
- i[34567]86-*freebsd2*) # unix "simulator" port
+ i[34567]86-*freebsd*) # unix "simulator" port
RTEMS_CPU=unix
;;
i[34567]86-pc-cygwin*) # Cygwin is just enough unix like :)