summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-04-18 13:18:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-04-18 13:18:34 +0000
commit92ba047699a0efd53cc7e421619b73296369ee54 (patch)
tree495bccb723e84bc07c8f4409357d414405308e7a /aclocal
parentPatches rtems-rc-4.5.0-16-cvs.diff and rtems-rc-4.5.0-17-cvs.diff (diff)
downloadrtems-92ba047699a0efd53cc7e421619b73296369ee54.tar.bz2
Patches rtems-rc-4.5.0-16-cvs.diff and rtems-rc-4.5.0-17-cvs.diff
from Ralf Corsepius <corsepiu@faw.uni-ulm.de> that address the following: * NoSource: 0, 1 in rpm-specs does not work anymore under SuSE-6.4 (rpm-3.0.4), putting each NoSource: onto a separate line however seems to work. Unfortunately, I don't know the actual cause for this, esp. if SuSE broke it or if rpm-specs specification has changed (i.e. Redhat broke it up). * Add *.spec to several .cvsignores (Prevents cvs from complaining about <target>*.spec within the source-tree).
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/canonical-host.m46
-rw-r--r--aclocal/canonical-target-name.m46
-rw-r--r--aclocal/enable-itron.m44
-rw-r--r--aclocal/enable-posix.m44
4 files changed, 10 insertions, 10 deletions
diff --git a/aclocal/canonical-host.m4 b/aclocal/canonical-host.m4
index cba8e05a54..de695c9de2 100644
--- a/aclocal/canonical-host.m4
+++ b/aclocal/canonical-host.m4
@@ -7,13 +7,13 @@ RTEMS_HOST=$host_os
changequote(,)dnl
case "${target}" in
# hpux unix port should go here
- i[3456]86-*linux*) # unix "simulator" port
+ i[34567]86-*linux*) # unix "simulator" port
RTEMS_HOST=Linux
;;
- i[3456]86-*freebsd2*) # unix "simulator" port
+ i[34567]86-*freebsd2*) # unix "simulator" port
RTEMS_HOST=FreeBSD
;;
- i[3456]86-pc-cygwin*) # Cygwin is just enough unix like :)
+ i[34567]86-pc-cygwin*) # Cygwin is just enough unix like :)
RTEMS_HOST=Cygwin
;;
sparc-sun-solaris*) # unix "simulator" port
diff --git a/aclocal/canonical-target-name.m4 b/aclocal/canonical-target-name.m4
index 5aa4d6b7dd..be7e650a95 100644
--- a/aclocal/canonical-target-name.m4
+++ b/aclocal/canonical-target-name.m4
@@ -15,13 +15,13 @@ AC_MSG_CHECKING(rtems target cpu)
changequote(,)dnl
case "${target}" in
# hpux unix port should go here
- i[3456]86-*linux*) # unix "simulator" port
+ i[34567]86-*linux*) # unix "simulator" port
RTEMS_CPU=unix
;;
- i[3456]86-*freebsd2*) # unix "simulator" port
+ i[34567]86-*freebsd2*) # unix "simulator" port
RTEMS_CPU=unix
;;
- i[3456]86-pc-cygwin*) # Cygwin is just enough unix like :)
+ i[34567]86-pc-cygwin*) # Cygwin is just enough unix like :)
RTEMS_CPU=unix
;;
no_cpu-*rtems*)
diff --git a/aclocal/enable-itron.m4 b/aclocal/enable-itron.m4
index c4c8353d2b..7670c4e4b0 100644
--- a/aclocal/enable-itron.m4
+++ b/aclocal/enable-itron.m4
@@ -15,10 +15,10 @@ esac],[RTEMS_HAS_ITRON_API=yes])
changequote(,)dnl
case "${target}" in
# hpux unix port should go here
- i[3456]86-pc-linux*) # unix "simulator" port
+ i[34567]86-pc-linux*) # unix "simulator" port
RTEMS_HAS_ITRON_API=no
;;
- i[3456]86-*freebsd2*) # unix "simulator" port
+ i[34567]86-*freebsd2*) # unix "simulator" port
RTEMS_HAS_ITRON_API=no
;;
no_cpu-*rtems*)
diff --git a/aclocal/enable-posix.m4 b/aclocal/enable-posix.m4
index 5da8110818..386ae31e5b 100644
--- a/aclocal/enable-posix.m4
+++ b/aclocal/enable-posix.m4
@@ -15,10 +15,10 @@ esac],[RTEMS_HAS_POSIX_API=yes])
changequote(,)dnl
case "${target}" in
# hpux unix port should go here
- i[3456]86-pc-linux*) # unix "simulator" port
+ i[34567]86-pc-linux*) # unix "simulator" port
RTEMS_HAS_POSIX_API=no
;;
- i[3456]86-*freebsd2*) # unix "simulator" port
+ i[34567]86-*freebsd2*) # unix "simulator" port
RTEMS_HAS_POSIX_API=no
;;
no_cpu-*rtems*)