summaryrefslogtreecommitdiffstats
path: root/scripts/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-02-27 21:56:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-02-27 21:56:41 +0000
commit0694dbab395d3c6e5bdeedf7b0fb538da518fda6 (patch)
tree6fb6cacab615f11b37704fa9b6c28e197a9250e0 /scripts/configure.ac
parent2001-02-27 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-0694dbab395d3c6e5bdeedf7b0fb538da518fda6.tar.bz2
2001-02-27 Joel Sherrill <joel@OARcorp.com>
* configure.ac: Be a little more lenient in matching sparc-solaris.
Diffstat (limited to 'scripts/configure.ac')
-rw-r--r--scripts/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/configure.ac b/scripts/configure.ac
index 51404b1782..f9524b2a7a 100644
--- a/scripts/configure.ac
+++ b/scripts/configure.ac
@@ -56,7 +56,7 @@ AC_MSG_CHECKING(for RPM CPU type)
case "$host" in
i?86-*linux*) RPM_CPU=i386 ;;
i?86-*cygwin*) RPM_CPU=i386 ;;
- sparc-sun-solaris*) RPM_CPU=sparc ;;
+ sparc-*solaris*) RPM_CPU=sparc ;;
*)
AC_MSG_ERROR([RPM CPU for ${host} is unknown])
;;