/linux-2.4.37.9/arch/ia64/lib/ |
D | Makefile | 6 $(CC) $(AFLAGS) $(AFLAGS_KERNEL) -c $< -o $@ 29 $(CC) $(AFLAGS) $(AFLAGS_KERNEL) -c -o $@ $< 32 $(CC) $(AFLAGS) $(AFLAGS_KERNEL) -c -DUNSIGNED -c -o $@ $< 35 $(CC) $(AFLAGS) $(AFLAGS_KERNEL) -c -DMODULO -c -o $@ $< 38 $(CC) $(AFLAGS) $(AFLAGS_KERNEL) -c -DMODULO -DUNSIGNED -c -o $@ $< 41 $(CC) $(AFLAGS) $(AFLAGS_KERNEL) -c -o $@ $< 44 $(CC) $(AFLAGS) $(AFLAGS_KERNEL) -c -DUNSIGNED -c -o $@ $< 47 $(CC) $(AFLAGS) $(AFLAGS_KERNEL) -c -DMODULO -c -o $@ $< 50 $(CC) $(AFLAGS) $(AFLAGS_KERNEL) -c -DMODULO -DUNSIGNED -c -o $@ $<
|
/linux-2.4.37.9/arch/cris/boot/rescue/ |
D | Makefile | 9 CC = gcc-cris -mlinux -I $(TOPDIR)/include macro 41 $(CC) -D__ASSEMBLY__ -traditional -c $< -o $*.o 44 $(CC) -D__ASSEMBLY__ -traditional -c $< -o $*.o 47 $(CC) -D__ASSEMBLY__ -traditional -c $< -o $*.o 59 $(CC) -M *.S > .depend
|
/linux-2.4.37.9/arch/alpha/lib/ |
D | Makefile | 8 $(CC) -D__ASSEMBLY__ $(CFLAGS) -c -o $*.o $< 60 $(CC) $(AFLAGS) -DDIV -c -o __divqu.o $(ev6)divide.S 63 $(CC) $(AFLAGS) -DREM -c -o __remqu.o $(ev6)divide.S 66 $(CC) $(AFLAGS) -DDIV -DINTSIZE -c -o __divlu.o $(ev6)divide.S 69 $(CC) $(AFLAGS) -DREM -DINTSIZE -c -o __remlu.o $(ev6)divide.S
|
/linux-2.4.37.9/arch/mips/baget/ |
D | Makefile | 21 $(CC) $(CFLAGS) -c -o $@ $< 39 $(CC) $(CFLAGS) -c -o $@ $< 52 $(CC) $(CFLAGS) -c $< 55 $(CC) $(CFLAGS) -c $<
|
/linux-2.4.37.9/arch/sparc64/ |
D | Makefile | 15 CC := $(shell if $(CC) -m64 -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo $(CC); else e… macro 17 NEW_GCC := $(shell if $(CC) -m64 -mcmodel=medlow -S -o /dev/null -xc /dev/null >/dev/null 2>&1; the… 19 UNDECLARED_REGS := $(shell if $(CC) -c -x assembler /dev/null -Wa,--help | grep undeclared-regs > /… 20 INLINE_LIMIT := $(shell if $(CC) -m64 -finline-limit=100000 -S -o /dev/null -xc /dev/null >/dev/nul…
|
/linux-2.4.37.9/arch/ppc64/ |
D | Makefile | 22 HAS_BIARCH := $(shell if $(CC) -m64 -S -o /dev/null -xc /dev/null > /dev/null 2>&1; then echo … 26 CC := $(CC) -m64 macro 34 CPP = $(CC) -E $(CFLAGS) 36 HAVE_ZERO_BSS := $(shell if $(CC) -fno-zero-initialized-in-bss -S -o /dev/null -xc /dev/null > /dev…
|
/linux-2.4.37.9/arch/cris/boot/compressed/ |
D | Makefile | 14 CC = gcc-cris -melf -I $(TOPDIR)/include macro 38 $(CC) -D__ASSEMBLY__ -traditional -c head.S -o head.o 49 $(CC) -M *.S *.c > .depend
|
/linux-2.4.37.9/arch/m68k/tools/amiga/ |
D | Makefile | 2 CC = m68k-cbm-amigados-gcc macro 10 $(CC) $(CFLAGS) -o dmesg dmesg.c -noixemul
|
/linux-2.4.37.9/arch/arm/boot/compressed/ |
D | Makefile | 76 LIBGCC := $(shell $(CC) $(CFLAGS) --print-libgcc-file-name) 87 $(CC) $(AFLAGS) -traditional -c $(HEAD:.o=.S) 96 $(CC) $(CFLAGS) -Dstatic= -c -o $@ $(FONTC) 108 $(CC) $(AFLAGS) $(EXTRA_AFLAGS) $(AFLAGS_$@) -c -o $@ $<
|
D | Makefile.debug | 13 $(CC) -o $@ $(OBJECTS) piggy.aout.o 16 $(CC) $(CFLAGS) -o $@ misc.c
|
/linux-2.4.37.9/arch/alpha/ |
D | Makefile | 20 have_mcpu := $(shell if $(CC) -mcpu=ev5 -S -o /dev/null -xc /dev/null > /dev/null 2>&1; then echo y… 22 have_mcpu_pca56 := $(shell if $(CC) -mcpu=pca56 -S -o /dev/null -xc /dev/null > /dev/null 2>&1; the… 24 have_mcpu_ev6 := $(shell if $(CC) -mcpu=ev6 -S -o /dev/null -xc /dev/null > /dev/null 2>&1; then ec… 26 have_mcpu_ev67 := $(shell if $(CC) -mcpu=ev67 -S -o /dev/null -xc /dev/null > /dev/null 2>&1; then …
|
/linux-2.4.37.9/arch/cris/kernel/ |
D | Makefile | 13 $(CC) $(AFLAGS) -c $< -o $*.o 36 $(CC) $(subst -g,,$(CFLAGS)) -S -c $<
|
/linux-2.4.37.9/arch/ia64/tools/ |
D | Makefile | 38 $(CC) $(CFLAGS) -DKBUILD_BASENAME=$(subst $(comma),_,$(subst -,_,$(*F))) print_offsets.c -o $@ 48 $(CC) $(CFLAGS) -DKBUILD_BASENAME=$(subst $(comma),_,$(subst -,_,$(*F))) -S print_offsets.c -o $@
|
/linux-2.4.37.9/arch/i386/boot/compressed/ |
D | Makefile | 33 $(CC) $(AFLAGS) -traditional -c head.S 38 $(CC) $(CFLAGS) -DKBUILD_BASENAME=$(subst $(comma),_,$(subst -,_,$(*F))) -c misc.c
|
/linux-2.4.37.9/arch/s390/kernel/ |
D | Makefile | 11 $(CC) $(AFLAGS) -traditional -c $< -o $*.o 38 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -S $< -o - | grep -- "->" | \
|
/linux-2.4.37.9/arch/m68k/kernel/ |
D | Makefile | 11 $(CC) $(AFLAGS) -traditional -c $< -o $*.o 37 $(CC) $(filter-out -MD,$(CFLAGS)) -S m68k_defs.c
|
/linux-2.4.37.9/arch/parisc/ |
D | Makefile | 38 CPP=$(CC) -E 89 LIBS := `$(CC) -print-libgcc-file-name` $(TOPDIR)/arch/parisc/lib/lib.a $(LIBS) 117 unset STRIP LDFLAGS CPP CPPFLAGS AFLAGS CFLAGS CC LD; cd ../palo && make lifimage
|
/linux-2.4.37.9/arch/sparc/kernel/ |
D | Makefile | 16 $(CC) $(AFLAGS) -ansi -c $< -o $*.o 42 $(CC) $(AFLAGS) -ansi -c $*.S -o $*.o 65 $(CC) $(CFLAGS) -S -o check_asm_data.s check_asm_data.c
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | Makefile | 11 $(CC) $(AFLAGS) -traditional -c $< -o $*.o 47 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -S $< -o - | grep -- "->" | \
|
/linux-2.4.37.9/ |
D | Rules.make | 54 …$(CC) $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -DKBUILD_BASENAME=$(subst $(comma),_,$(subst -,_,$(*F))) … 60 …$(CC) $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -DKBUILD_BASENAME=$(subst $(comma),_,$(subst -,_,$(*F))) … 80 $(CC) $(AFLAGS) $(EXTRA_AFLAGS) $(AFLAGS_$@) -c -o $@ $< 85 $(CC) $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) $(CFLAGS_$@) -g -c -o $*.o $< 228 echo '$(CC) $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -E -D__GENKSYMS__ $<'; \ 230 $(CC) $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -E -D__GENKSYMS__ $< \ 276 …$(CC) $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -DKBUILD_BASENAME=$(subst $(comma),_,$(subst -,_,$(*F))) …
|
D | Makefile | 30 CC = $(CROSS_COMPILE)gcc macro 31 CPP = $(CC) -E 48 CONFIG_SHELL TOPDIR HPATH HOSTCC HOSTCFLAGS CROSS_COMPILE AS LD CC \ 102 check_gcc = $(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null > /dev/null 2>&1; then echo "$(1)";… 103 if_gcc4 = $(shell if echo __GNUC__ | $(CC) -E -xc - | grep -q '^4$$' > /dev/null 2>&1; then echo "$… 290 $(CC) $(AFLAGS) $(AFLAGS_KERNEL) -traditional -c -o $*.o $<
|
/linux-2.4.37.9/arch/ia64/ |
D | Makefile | 25 GCC_VERSION=$(shell $(CC) -v 2>&1 | fgrep 'gcc version' | cut -f3 -d' ' | cut -f1 -d'.') 34 CHECK_GAS_CMD:=($(CC) $(MAKE_GAS_HINT_TEST).c -o $(MAKE_GAS_HINT_TEST) && $(MAKE_GAS_HINT_TEST) | $…
|
/linux-2.4.37.9/arch/mips64/ |
D | Makefile | 29 check_gas = $(shell if $(CC) $(1) -Wa,-Z -c -o /dev/null -xassembler /dev/null > /dev/null 2>&1; th… 66 $(CC) $$gcc_opt$$cpu $$isa -S -o /dev/null \ 72 $(CC) $$gcc_opt$$cpu $$isa -S -o /dev/null \ 83 $(CC) $$gas_opt$$cpu $$gas_isa -Wa,-Z -c -o /dev/null \ 91 $(CC) $$gcc_abi $$gcc_opt$$gcc_cpu -S -o /dev/null \
|
/linux-2.4.37.9/Documentation/ |
D | using-newer-gcc.txt | 161 The compiler just has to be passed to "make" via the "CC" variable for all 164 $ make CC=/opt/kgcc/bin/kernel-gcc -j 4 dep bzImage modules 165 $ sudo make CC=/opt/kgcc/bin/kernel-gcc modules_install install 169 $ make CC=kernel-gcc -j 4 dep bzImage modules 170 $ sudo make CC=kernel-gcc -j 4 modules_install install 184 compile 2.95.x (CC=/opt/kgcc/bin/kernel-gcc ./configure ...), install,
|
/linux-2.4.37.9/arch/ppc/boot/common/ |
D | Makefile | 14 $(CC) $(AFLAGS) -DXCOFF -traditional -c -o coffcrt0.o crt0.S
|