Skip to content

Commit

Permalink
[runtime] Remove ia64 backend, the Itanium architecture is dead. (#4859)
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz committed May 15, 2017
1 parent 230535d commit e5552e6
Show file tree
Hide file tree
Showing 26 changed files with 8 additions and 10,588 deletions.
17 changes: 0 additions & 17 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3162,15 +3162,6 @@ case "$host" in
;;
esac
;;
ia64-*-*)
TARGET=IA64
arch_target=ia64
ACCESS_UNALIGNED="no"
LIBC="libc.so.6.1"
INTL="libc.so.6.1"
AC_CHECK_LIB(unwind, _U_dyn_register, [], [AC_MSG_ERROR(library libunwind not found)])
libmono_ldflags="-lunwind"
;;
sparc*-*-*)
if test "x$ac_cv_sizeof_void_p" = "x8"; then
TARGET=SPARC64
Expand Down Expand Up @@ -3468,9 +3459,6 @@ S390X)
MIPS)
AC_DEFINE(TARGET_MIPS, 1, [...])
;;
IA64)
AC_DEFINE(TARGET_IA64, 1, [...])
;;
SPARC)
AC_DEFINE(TARGET_SPARC, 1, [...])
;;
Expand Down Expand Up @@ -3505,9 +3493,6 @@ S390X)
MIPS)
AC_DEFINE(HOST_MIPS, 1, [...])
;;
IA64)
AC_DEFINE(HOST_IA64, 1, [...])
;;
SPARC)
AC_DEFINE(HOST_SPARC, 1, [...])
;;
Expand Down Expand Up @@ -4192,7 +4177,6 @@ AM_CONDITIONAL(SPARC, test x$TARGET = xSPARC)
AM_CONDITIONAL(SPARC64, test x$TARGET = xSPARC64)
AM_CONDITIONAL(X86, test x$TARGET = xX86)
AM_CONDITIONAL(AMD64, test x$TARGET = xAMD64)
AM_CONDITIONAL(IA64, test x$TARGET = xIA64)
AM_CONDITIONAL(MIPS, test x$TARGET = xMIPS)
AM_CONDITIONAL(POWERPC, test x$TARGET = xPOWERPC)
AM_CONDITIONAL(POWERPC64, test x$TARGET = xPOWERPC64)
Expand Down Expand Up @@ -4435,7 +4419,6 @@ mono/arch/sparc/Makefile
mono/arch/s390x/Makefile
mono/arch/arm/Makefile
mono/arch/arm64/Makefile
mono/arch/ia64/Makefile
mono/arch/mips/Makefile
mono/sgen/Makefile
mono/tests/Makefile
Expand Down
2 changes: 1 addition & 1 deletion mono/arch/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DIST_SUBDIRS = x86 ppc sparc arm arm64 s390x amd64 ia64 mips
DIST_SUBDIRS = x86 ppc sparc arm arm64 s390x amd64 mips

AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)

Expand Down
2 changes: 0 additions & 2 deletions mono/arch/ia64/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions mono/arch/ia64/Makefile.am

This file was deleted.

0 comments on commit e5552e6

Please sign in to comment.