mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 06:26:12 -04:00
13 lines
433 B
C
13 lines
433 B
C
$NetBSD$
|
|
|
|
--- gcc/config/i386/netbsd-elf.h.orig Thu Aug 2 10:49:31 2007
|
|
+++ gcc/config/i386/netbsd-elf.h
|
|
@@ -122,3 +122,7 @@ along with GCC; see the file COPYING3. If not see
|
|
#define ENABLE_EXECUTE_STACK NETBSD_ENABLE_EXECUTE_STACK
|
|
|
|
#define TARGET_VERSION fprintf (stderr, " (NetBSD/i386 ELF)");
|
|
+
|
|
+/* Preserve i386 psABI */
|
|
+#undef PREFERRED_STACK_BOUNDARY_DEFAULT
|
|
+#define PREFERRED_STACK_BOUNDARY_DEFAULT MIN_STACK_BOUNDARY
|