forked from Imagelibrary/rtems
2001-02-27 Joel Sherrill <joel@OARcorp.com>
* configure.ac: Be a little more lenient in matching sparc-solaris.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2001-02-27 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* configure.ac: Be a little more lenient in matching sparc-solaris.
|
||||||
|
|
||||||
2002-01-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-01-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add,
|
* mkbinutilspec.in, mkgccnewlibspec.in, gccnewlib/base-chill.add,
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ AC_MSG_CHECKING(for RPM CPU type)
|
|||||||
case "$host" in
|
case "$host" in
|
||||||
i?86-*linux*) RPM_CPU=i386 ;;
|
i?86-*linux*) RPM_CPU=i386 ;;
|
||||||
i?86-*cygwin*) 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])
|
AC_MSG_ERROR([RPM CPU for ${host} is unknown])
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user