From b2f34974abe6ede3ef91112921d3036801bf331d Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sat, 18 Sep 2021 00:15:02 +0300 Subject: Remove duplicate NO_EXECUTE_PERMISSION definition in configure (refactoring) NO_EXECUTE_PERMISSION is defined unconditionally, any extra definition of it is redundant. * configure.ac [$host==mips-*-*]: Remove commented out definition and the comment. * configure.ac [$host==*-*-nacl*] (NO_EXECUTE_PERMISSION): Remove AC define. --- configure.ac | 8 -------- 1 file changed, 8 deletions(-) (limited to 'configure.ac') 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" -- cgit v1.2.1