Add arch/xen/i386/gdt.c to list of kernel files that do variable-size
allocations on the stack. This allocation could potentially be quite large -- I am not sure how to best fix that. Fixes USE_SSP i386 build.sh failure.
This commit is contained in:
parent
9f409e218e
commit
53786c9e89
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.kern.inc,v 1.94 2006/11/15 23:09:53 christos Exp $
|
||||
# $NetBSD: Makefile.kern.inc,v 1.95 2006/12/03 01:45:57 tls Exp $
|
||||
#
|
||||
# This file contains common `MI' targets and definitions and it is included
|
||||
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
|
||||
@ -447,7 +447,7 @@ EXTRA_CLEAN+= .gdbinit
|
||||
# Their full name is noted as documentation.
|
||||
VARSTACK=dev/cgd.c kern/uipc_socket.c miscfs/genfs/genfs_vnops.c \
|
||||
nfs/nfs_bio.c ufs/ufs/ufs_inode.c ufs/ufs/ufs_lookup.c uvm/uvm_bio.c \
|
||||
uvm/uvm_pager.c dev/ic/aic7xxx.c dev/ic/aic79xx.c
|
||||
uvm/uvm_pager.c dev/ic/aic7xxx.c dev/ic/aic79xx.c arch/xen/i386/gdt.c
|
||||
|
||||
.for __varstack in ${VARSTACK}
|
||||
COPTS.${__varstack:T} += -Wno-stack-protector
|
||||
|
Loading…
Reference in New Issue
Block a user