| /openbsd-src/distrib/special/ |
| H A D | Makefile.inc | 3 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 D | Makefile.common | 15 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 D | mk2b | 1 COPTS=to override 3 @echo COPTS=${COPTS}
|
| H A D | t2.out | 1 COPTS=-g -O2
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/libfile/ |
| H A D | Makefile | 32 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 D | Makefile | 50 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 D | Makefile | 52 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 D | Makefile | 53 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 D | Makefile | 36 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 D | Makefile.in | 36 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 D | Makefile | 3 COPTS?= macro 6 .if !empty(COPTS:M-DFDBOOT) 44 .if empty(COPTS:M-DFDBOOT)
|
| /openbsd-src/sys/arch/i386/stand/boot/ |
| H A D | Makefile | 3 COPTS?= macro 6 .if !empty(COPTS:M-DFDBOOT) 47 .if empty(COPTS:M-DFDBOOT)
|
| /openbsd-src/gnu/usr.bin/gcc/ |
| H A D | Makefile.bsd-wrapper | 14 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 D | Makefile.bsd-wrapper | 50 CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS} ${COPTS}" \ 51 CXXFLAGS="${CXXFLAGS} ${COPTS}" \
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/ |
| H A D | Makefile | 28 COPTS = -g -Wall -pedantic macro 29 CFLAGS = $(COPTS) $(INCLUDES) $(DEFINES)
|
| /openbsd-src/usr.bin/less/ |
| H A D | Makefile.inc | 3 COPTS+= -Werror-implicit-function-declaration
|
| /openbsd-src/usr.bin/ |
| H A D | Makefile.inc | 4 COPTS+=-Werror-implicit-function-declaration
|
| /openbsd-src/libexec/ |
| H A D | Makefile.inc | 4 COPTS+=-Werror-implicit-function-declaration
|
| /openbsd-src/usr.sbin/ |
| H A D | Makefile.inc | 4 COPTS+= -Werror-implicit-function-declaration
|
| /openbsd-src/games/ |
| H A D | Makefile.inc | 4 COPTS+= -Werror-implicit-function-declaration
|
| /openbsd-src/usr.sbin/mopd/ |
| H A D | Makefile.inc | 4 COPTS+= -Werror-implicit-function-declaration
|
| /openbsd-src/bin/ |
| H A D | Makefile.inc | 5 COPTS+=-Werror-implicit-function-declaration
|
| /openbsd-src/sbin/ |
| H A D | Makefile.inc | 5 COPTS+= -Werror-implicit-function-declaration
|
| /openbsd-src/usr.bin/uniq/ |
| H A D | Makefile | 5 COPTS+= -Wall -W
|
| /openbsd-src/usr.bin/su/ |
| H A D | Makefile | 6 COPTS=-Wall macro
|