Module Name:    src
Committed By:   tsutsui
Date:           Wed Oct 13 14:15:23 UTC 2010

Modified Files:
        src/sys/modules/exec_elf32: Makefile

Log Message:
Disable PAX_ASLR on sh3 as well. exec_elf32 module doesn't work with it
at least on dreamcast.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/modules/exec_elf32/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/modules/exec_elf32/Makefile
diff -u src/sys/modules/exec_elf32/Makefile:1.2 src/sys/modules/exec_elf32/Makefile:1.3
--- src/sys/modules/exec_elf32/Makefile:1.2	Thu Sep 17 23:07:12 2009
+++ src/sys/modules/exec_elf32/Makefile	Wed Oct 13 14:15:23 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2009/09/17 23:07:12 jnemeth Exp $
+#	$NetBSD: Makefile,v 1.3 2010/10/13 14:15:23 tsutsui Exp $
 
 .include "../Makefile.inc"
 
@@ -11,6 +11,8 @@
     ${MACHINE_ARCH} != "m68k" && \
     ${MACHINE_ARCH} != "powerpc" && \
     ${MACHINE_ARCH} != "powerpc64" && \
+    ${MACHINE_ARCH} != "sh3eb" && \
+    ${MACHINE_ARCH} != "sh3el" && \
     ${MACHINE_ARCH} != "sparc" && \
     ${MACHINE_ARCH} != "sparc64"
 CPPFLAGS+=	-DPAX_ASLR

Reply via email to