mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-08 21:49:06 -04:00
28 lines
473 B
Makefile
28 lines
473 B
Makefile
# $NetBSD: Makefile,v 1.4 2015/09/23 04:24:01 mrg Exp $
|
|
|
|
REQUIRETOOLS= yes
|
|
NOLINT= # defined
|
|
NOPIC= # defined
|
|
NOPROFILE= # defined
|
|
|
|
LIB= gcc_eh
|
|
|
|
.include "../../../Makefile.gcc_path"
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKGCC} != "no"
|
|
|
|
.cc: # disable .cc->NULL transform
|
|
|
|
SRCS+= ${LIB2_EH} ${LIB2_EHASM} empty.c
|
|
COPTS.c-typeck.c= -Wno-stack-protector
|
|
COPTS.unwind-dw2.c= -Wno-stack-protector
|
|
|
|
MKPIC:= no
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
.else
|
|
.include <bsd.prog.mk> # do nothing
|
|
.endif
|