OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CFLAGS
(Results
1 - 25
of
58
) sorted by relevancy
1
2
3
/src/sys/arch/newsmips/stand/common/
Makefile
8
CFLAGS
= -Os -ffreestanding -mmemcpy -mno-abicalls -msoft-float -G 0
9
CFLAGS
+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
/src/common/dist/zlib/contrib/puff/
Makefile
0
CFLAGS
=-O
/src/common/dist/zlib/contrib/untgz/
Makefile
2
CFLAGS
=-g
5
$(CC) $(
CFLAGS
) -o untgz untgz.o -L../.. -lz
8
$(CC) $(
CFLAGS
) -c -I../.. untgz.c
/src/lib/libcurses/EXAMPLES/
Makefile
30
CFLAGS
=
33
CFLAGS
+= -g
39
gcc -DHAVE_WCHAR -o wcview view.c -I.. $(
CFLAGS
) -lcurses -Wl,-rpath,.. -L..
42
gcc -DHAVE_WCHAR -o nwview view.c -DNCURSES -I/usr/pkg/include $(
CFLAGS
) -lcurses -Wl,-rpath,/usr/pkg/lib -L/usr/pkg/lib
45
gcc -o ccview view.c -I.. $(
CFLAGS
) -lcurses -Wl,-rpath,.. -L..
48
gcc -o tcview view.c -L/usr/lib -Wl,-rpath,/usr/lib $(
CFLAGS
) -lcurses
51
gcc -o ncview view.c -I/usr/pkg/include -DNCURSES -L/usr/pkg/lib -Wl,-rpath,/usr/pkg/lib $(
CFLAGS
) -lncurses
54
gcc -DHAVE_WCHAR -o ex1 ex1.c -I.. $(
CFLAGS
) -lcurses -Wl,-rpath,.. -L..
/src/sys/arch/bebox/stand/common/
Makefile
12
CFLAGS
= -Os -ffreestanding
/src/sys/arch/macppc/stand/bootxx/
Makefile
19
CFLAGS
= -Os -Wall -ffreestanding
20
CFLAGS
+= ${${ACTIVE_CC} == "gcc":? -msoft-float :}
21
CFLAGS
+= ${CFLAGS_UNWIND.${ACTIVE_CC}}
/src/sys/arch/news68k/stand/boot/
Makefile
20
CFLAGS
= -Os -Wall -Werror
21
CFLAGS
+= -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
22
#
CFLAGS
+= -Wno-format-zero-length -Wno-sign-compare
/src/sys/arch/news68k/stand/bootxx/
Makefile
23
CFLAGS
= -Os -Wall -Werror
24
CFLAGS
+= -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
25
#
CFLAGS
+= -Wno-format-zero-length -Wno-sign-compare
/src/sys/arch/news68k/stand/common/
Makefile
7
CFLAGS
= -Os -Wall
8
CFLAGS
+= -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
/src/sys/arch/newsmips/stand/boot/
Makefile
20
CFLAGS
= -Os -ffreestanding -mmemcpy -mno-abicalls -msoft-float -G 0
21
CFLAGS
+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
/src/sys/arch/newsmips/stand/bootxx/
Makefile
19
CFLAGS
= -Os -ffreestanding -mmemcpy -mno-abicalls -msoft-float -G 0
20
CFLAGS
+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
/src/sys/arch/prep/stand/common/
Makefile
12
CFLAGS
= -Os -ffreestanding
/src/sys/arch/rs6000/stand/common/
Makefile
14
CFLAGS
= -Os -ffreestanding
/src/sys/arch/vax/boot/xxboot/
Makefile
26
CFLAGS
= -Os
/src/sys/arch/vax/boot/xxboot_ustarfs/
Makefile
22
CFLAGS
= -Os
/src/sys/arch/dreamcast/dev/microcode/
Makefile
10
CFLAGS
= -W -Wall -mlittle-endian
11
CFLAGS
+= -O3 -mcpu=arm7
12
CFLAGS
+= -fomit-frame-pointer -funroll-loops -finline-functions
13
CFLAGS
+= -I${S}
27
${CC} ${
CFLAGS
} -Wl,-Ttext,0 -Wl,-T ldscript -nostdlib -e 0 \
/src/sys/arch/amiga/stand/loadbsd/
Makefile
7
CFLAGS
= -D_STANDALONE -DNO_MID_CHECK -I./include -Os -fomit-frame-pointer -msmall-code -m68020
/src/sys/arch/x68k/stand/mboot/
Makefile
26
CFLAGS
= -Wno-main -Os -m68000 -Wno-attributes
/src/share/mk/
bsd.hostlib.mk
9
CFLAGS
+= ${COPTS}
49
CFLAGS
:= ${HOST_CFLAGS}
/src/common/dist/zlib/contrib/minizip/
Makefile
2
CFLAGS
:= $(
CFLAGS
) -O -I../..
8
$(CC) -c $(
CFLAGS
) $*.c
13
$(CC) $(
CFLAGS
) -o $@ $(UNZ_OBJS)
16
$(CC) $(
CFLAGS
) -o $@ $(ZIP_OBJS)
/src/usr.bin/make/unit-tests/
varmod-loop-varname.mk
58
CFLAGS
.source= before
59
ALL_CFLAGS:= ${SRCS:@src@${
CFLAGS
.${src}}@} # note the ':='
60
CFLAGS
.source+= after
/src/usr.bin/make/
test-variants.mk
19
#
CFLAGS
.default= -O1
26
CFLAGS
.sanitize= -O2 -ggdb
102
CFLAGS
.opt-3= -O3
107
CFLAGS
.opt-size= -Os
110
CFLAGS
.opt-none= -O0 -ggdb
122
CFLAGS
.c90-plain= -std=c90 -ansi -pedantic -Wno-system-headers
131
CFLAGS
.c90-stdbool= -std=c90 -ansi -pedantic -Wno-system-headers
160
CFLAGS
.coverage= -O0 -ggdb
174
CFLAGS
.gcc-warn= -Wmisleading-indentation
175
CFLAGS
.gcc-warn+= -Wmissing-attribute
[
all
...]
/src/common/dist/zlib/watcom/
watcom_f.mak
19
CFLAGS
= -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=nul -wx
23
$(CC) $(
CFLAGS
) $[@
watcom_l.mak
19
CFLAGS
= -zq -ml -s -bt=dos -oilrtfm -fr=nul -wx
23
$(CC) $(
CFLAGS
) $[@
/src/lib/libc/gdtoa/
makefile
30
CFLAGS
= -g
33
$(CC) -c $(
CFLAGS
) $*.c
40
$(CC) $(
CFLAGS
) arithchk.c || $(CC) -DNO_LONG_LONG $(
CFLAGS
) arithchk.c
45
$(CC) $(
CFLAGS
) qnan.c
56
$(CC) -c $(
CFLAGS
) $?
61
$(CC) -c $(
CFLAGS
) printf.c
Completed in 23 milliseconds
1
2
3
Indexes created Mon Sep 22 05:09:51 GMT 2025