summaryrefslogtreecommitdiffstats
path: root/c/src/make
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-04 16:25:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-04 16:25:44 +0000
commitde3311c177958a0d539505fffa5bd12559bcd687 (patch)
treeea726d71ead76a6011c42be834afe9dbff0ce42a /c/src/make
parent2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-de3311c177958a0d539505fffa5bd12559bcd687.tar.bz2
2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/check-itron.m4: Allow unix.
Diffstat (limited to 'c/src/make')
-rw-r--r--c/src/make/ChangeLog4
-rw-r--r--c/src/make/aclocal/check-itron.m43
2 files changed, 4 insertions, 3 deletions
diff --git a/c/src/make/ChangeLog b/c/src/make/ChangeLog
index 94e32cef22..aac2f6890b 100644
--- a/c/src/make/ChangeLog
+++ b/c/src/make/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * aclocal/check-itron.m4: Allow unix.
+
2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/rtems-flags.new: New (moved from ../aclocal).
diff --git a/c/src/make/aclocal/check-itron.m4 b/c/src/make/aclocal/check-itron.m4
index 75e2134276..b3ee9f2156 100644
--- a/c/src/make/aclocal/check-itron.m4
+++ b/c/src/make/aclocal/check-itron.m4
@@ -9,9 +9,6 @@ AC_CACHE_CHECK([whether CPU supports libitron],
rtems_cv_HAS_ITRON_API,
[dnl
case "$RTEMS_CPU" in
- unix*)
- rtems_cv_HAS_ITRON_API="no"
- ;;
*)
if test "${RTEMS_HAS_ITRON_API}" = "yes"; then
rtems_cv_HAS_ITRON_API="yes";