gcc can't compute the large initializer in rpi_release_mem,
so disable stack protector.
This commit is contained in:
parent
be6c83e099
commit
9930e8e348
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.rpi,v 1.7 2014/10/03 11:40:54 skrll Exp $
|
||||
# $NetBSD: files.rpi,v 1.8 2016/05/20 16:40:40 christos Exp $
|
||||
#
|
||||
# Raspberry Pi
|
||||
#
|
||||
@ -9,6 +9,7 @@ file arch/arm/arm32/arm32_reboot.c
|
||||
|
||||
file arch/evbarm/rpi/rpi_machdep.c
|
||||
file arch/evbarm/rpi/vcprop_subr.c
|
||||
makeoptions "COPTS.vcprop_subr.c"+="-fno-stack-protector"
|
||||
|
||||
# Kernel boot arguments
|
||||
defparam opt_machdep.h BOOT_ARGS
|
||||
|
Loading…
x
Reference in New Issue
Block a user