Home
last modified time | relevance | path

Searched refs:COPTS (Results 1 – 25 of 80) sorted by relevance

1234

/openbsd-src/distrib/special/
H A DMakefile.inc3 COPTS+=-Oz -fno-stack-protector
4 COPTS+=-fno-unwind-tables -fno-asynchronous-unwind-tables
7 COPTS+=-fcf-protection=none -fno-ret-clean
10 COPTS+=-mbranch-protection=none
/openbsd-src/sys/arch/amd64/stand/efiboot/
H A DMakefile.common15 COPTS+= -DEFIBOOT -DFWRANDOM -DNEEDS_HEAP_H -I${.CURDIR}/..
16 COPTS+= -I${EFIDIR}/include -I${S}/stand/boot
17 COPTS+= -ffreestanding -std=gnu99
18 COPTS+= -fshort-wchar -fPIC -mno-red-zone
20 COPTS+= -DSOFTRAID
21 COPTS+= -DIDLE_POWEROFF
23 COPTS+= -D_STANDALONE -nostdinc -fno-builtin
/openbsd-src/regress/usr.bin/make/
H A Dmk2b1 COPTS=to override
3 @echo COPTS=${COPTS}
H A Dt2.out1 COPTS=-g -O2
/openbsd-src/gnu/usr.sbin/mkhybrid/src/libfile/
H A DMakefile32 COPTS = -g # newer compilers allow both; else drop -O macro
35 CFLAGS = $(COPTS) $(DEFS)
36 LDFLAGS = $(COPTS) # -Bstatic # older gdb couldn't handle shared libs
/openbsd-src/sys/arch/armv7/stand/efiboot/
H A DMakefile50 COPTS+= -ffreestanding -fno-stack-protector
51 COPTS+= -fshort-wchar -fPIC -fno-builtin
52 COPTS+= -Wall -Werror
53 COPTS+= -mfloat-abi=soft
/openbsd-src/sys/arch/arm64/stand/efiboot/
H A DMakefile52 COPTS+= -Wno-attributes -Wno-format
53 COPTS+= -ffreestanding -fno-stack-protector
54 COPTS+= -fshort-wchar -fPIC -fno-builtin
55 COPTS+= -Wall -Werror
/openbsd-src/sys/arch/riscv64/stand/efiboot/
H A DMakefile53 COPTS+= -Wno-attributes -Wno-format
54 COPTS+= -ffreestanding -fno-stack-protector
55 COPTS+= -fshort-wchar -fPIC -fno-builtin
56 COPTS+= -Wall -Werror
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A DMakefile36 COPTS=-g -O2 macro
45 CFLAGS=$(COPTS) $(DEFINES) -I. -Iinclude -I$(libhfsdir) -DVANILLA_AUTOCONF
122 cd $(libhfsdir) && $(MAKE) CC="$(CC)" COPTS="$(COPTS)" DEFINES="$(DEFINES)" RANLIB="$(RANLIB)"
125 cd $(libfiledir) && $(MAKE) CC="$(CC)" COPTS="$(COPTS)" DEFINES="$(DEFINES)" RANLIB="$(RANLIB)"
H A DMakefile.in36 COPTS=@CFLAGS@
45 CFLAGS=$(COPTS) $(DEFINES) -I. -Iinclude -I$(libhfsdir) -DVANILLA_AUTOCONF
122 cd $(libhfsdir) && $(MAKE) CC="$(CC)" COPTS="$(COPTS)" DEFINES="$(DEFINES)" RANLIB="$(RANLIB)"
125 cd $(libfiledir) && $(MAKE) CC="$(CC)" COPTS="$(COPTS)" DEFINES="$(DEFINES)" RANLIB="$(RANLIB)"
/openbsd-src/sys/arch/amd64/stand/boot/
H A DMakefile3 COPTS?= macro
6 .if !empty(COPTS:M-DFDBOOT)
44 .if empty(COPTS:M-DFDBOOT)
/openbsd-src/sys/arch/i386/stand/boot/
H A DMakefile3 COPTS?= macro
6 .if !empty(COPTS:M-DFDBOOT)
47 .if empty(COPTS:M-DFDBOOT)
/openbsd-src/gnu/usr.bin/gcc/
H A DMakefile.bsd-wrapper14 GNUCFLAGS= ${CFLAGS} ${COPTS} -DOPENBSD_NATIVE \
48 GNUCFLAGS= ${CFLAGS} ${COPTS} -DOPENBSD_CROSS -I${LIBIBERTY_INCLUDES}
49 HOSTCFLAGS= ${CFLAGS} ${COPTS} -DOPENBSD_CROSS -I${LIBIBERTY_INCLUDES}
58 GNUCFLAGS= ${CFLAGS} ${COPTS} -DOPENBSD_CROSS -I${LIBIBERTY_INCLUDES}
/openbsd-src/gnu/lib/libstdc++/
H A DMakefile.bsd-wrapper50 CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS} ${COPTS}" \
51 CXXFLAGS="${CXXFLAGS} ${COPTS}" \
/openbsd-src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A DMakefile28 COPTS = -g -Wall -pedantic macro
29 CFLAGS = $(COPTS) $(INCLUDES) $(DEFINES)
/openbsd-src/usr.bin/less/
H A DMakefile.inc3 COPTS+= -Werror-implicit-function-declaration
/openbsd-src/usr.bin/
H A DMakefile.inc4 COPTS+=-Werror-implicit-function-declaration
/openbsd-src/libexec/
H A DMakefile.inc4 COPTS+=-Werror-implicit-function-declaration
/openbsd-src/usr.sbin/
H A DMakefile.inc4 COPTS+= -Werror-implicit-function-declaration
/openbsd-src/games/
H A DMakefile.inc4 COPTS+= -Werror-implicit-function-declaration
/openbsd-src/usr.sbin/mopd/
H A DMakefile.inc4 COPTS+= -Werror-implicit-function-declaration
/openbsd-src/bin/
H A DMakefile.inc5 COPTS+=-Werror-implicit-function-declaration
/openbsd-src/sbin/
H A DMakefile.inc5 COPTS+= -Werror-implicit-function-declaration
/openbsd-src/usr.bin/uniq/
H A DMakefile5 COPTS+= -Wall -W
/openbsd-src/usr.bin/su/
H A DMakefile6 COPTS=-Wall macro

1234