Merged IA64 build fixes from 2.2 (this will undoubtably need to be tested

before we can claim 2.3 works on that platform)
Updated config{guess,sub}


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2001-10-14 00:20:37 +00:00
parent b8c0528db3
commit 7cf43d5ef9
5 changed files with 1102 additions and 991 deletions

View File

@@ -391,6 +391,7 @@ USE_SUN=
USE_SOLARIS=
USE_SUNOS=
USE_ALPHA=
USE_IA64=
USE_OSF=
USE_BSD=
USE_DARWIN=
@@ -457,6 +458,10 @@ case "${host}" in
USE_ALPHA=1
AC_DEFINE(__ALPHA__)
fi
if test "x$TMP" = "xia64"; then
USE_IA64=1
AC_DEFINE(__IA64__)
fi
DEFAULT_DEFAULT_wxUSE_GTK=1
;;
*-*-irix5* | *-*-irix6* )