Fix build with "USE_SSP" set to "yes".
Problem reported by B Harder on "current-users" mailing list.
This commit is contained in:
parent
0ecb79f68d
commit
3c4e02c654
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.2 2014/02/26 10:57:30 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2014/03/05 16:18:41 tron Exp $
|
||||
|
||||
# build GCC's libgomp, so that -fopenmp works.
|
||||
|
||||
|
@ -73,6 +73,9 @@ INCSDIR= /usr/include/gcc-4.5
|
|||
libinstall::
|
||||
.endif # }
|
||||
|
||||
COPTS.team.c = -Wno-stack-protector
|
||||
COPTS.task.c = -Wno-stack-protector
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
||||
.PATH: ${ARCHDIR} ${DIST}/libgomp ${DIST}/libgomp/config/posix
|
||||
|
|
Loading…
Reference in New Issue