summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index fca1cbc2..05c26f64 100644
--- a/configure.ac
+++ b/configure.ac
@@ -588,11 +588,6 @@ case "$host" in
AC_DEFINE([SOLARIS25_PROC_VDB_BUG_FIXED], 1,
[See the comment in gcconfig.h.])
;;
- mips-*-*)
- dnl AC_DEFINE(NO_EXECUTE_PERMISSION)
- dnl This is now redundant, but it is also important for incremental GC
- dnl performance under Irix.
- ;;
sparc-*-netbsd*)
machdep="sparc_netbsd_mach_dep.lo"
;;
@@ -610,9 +605,6 @@ case "$host" in
ia64-*-*)
machdep="ia64_save_regs_in_stack.lo"
;;
- *-*-nacl*)
- AC_DEFINE(NO_EXECUTE_PERMISSION)
- ;;
esac
AC_MSG_RESULT($machdep)
addobjs="$addobjs $machdep"