Home
last modified time | relevance | path

Searched refs:CC (Results 1 – 1 of 1) sorted by relevance

/xv6-public/
H A DMakefile74 CC = $(TOOLPREFIX)gcc macro
80 CFLAGS += $(shell $(CC) -fno-stack-protector -E -x c /dev/null >/dev/null 2>&1 && echo -fno-stack-p…
86 ifneq ($(shell $(CC) -dumpspecs 2>/dev/null | grep -e '[^f]no-pie'),)
89 ifneq ($(shell $(CC) -dumpspecs 2>/dev/null | grep -e '[^f]nopie'),)
104 $(CC) $(CFLAGS) -fno-pic -O -nostdinc -I. -c bootmain.c
105 $(CC) $(CFLAGS) -fno-pic -nostdinc -I. -c bootasm.S
112 $(CC) $(CFLAGS) -fno-pic -nostdinc -I. -c entryother.S
118 $(CC) $(CFLAGS) -nostdinc -I. -c initcode.S