Home
last modified time | relevance | path

Searched refs:gcc (Results 1 – 25 of 104) sorted by relevance

12345

/linux-3.3/tools/power/cpupower/
DMakefile84 CC = $(CROSS)gcc
85 LD = $(CROSS)gcc
89 HOSTCC = gcc
/linux-3.3/arch/x86/
DKconfig.debug263 bool "Allow gcc to uninline functions marked 'inline'"
265 This option determines if the kernel forces gcc to inline the functions
266 developers have marked 'inline'. Doing so takes away freedom from gcc to
267 do what it thinks is best, which is desirable for the gcc 3.x series of
268 compilers. The gcc 4.x series have a rewritten inlining algorithm and
270 this algorithm is so good that allowing gcc 4.x and above to make the
272 is there to test gcc for this.
285 the copy operation, by having gcc prove that the argument is
288 If unsure, or if you run an older (pre 4.4) gcc, say N.
DMakefile_32.cpu4 #-mtune exists since gcc 3.4
59 # in gcc causing gcc to mess up the push and pop of the stack in some
/linux-3.3/arch/parisc/
DKconfig.debug24 the copy operation, by having gcc prove that the argument is
27 If unsure, or if you run an older (pre 4.4) gcc, say N.
/linux-3.3/arch/powerpc/platforms/cell/spufs/
DMakefile12 SPU_CC := $(SPU_CROSS)gcc
13 SPU_AS := $(SPU_CROSS)gcc
/linux-3.3/arch/s390/
DKconfig.debug29 the copy operation, by having gcc prove that the argument is
32 If unsure, or if you run an older (pre 4.4) gcc, say N.
/linux-3.3/Documentation/zh_CN/
Dsparse.txt45 而且使用 gcc 编译的时候,所有的 __bitwise/__force 都会消失,最后在 gcc
DCodingStyle599 有一个常见的误解是内联函数是gcc提供的可以让代码运行更快的一个选项。虽然使用内联
612 有什么好权衡的。虽然从技术上说这是正确的,但是实际上这种情况下即使不加inline gcc
669 compile-command: "gcc -DMAGIC_DEBUG_FLAG foo.c"
692 cpp,gccgcc internals和indent的GNU手册——和K&R及本文相符合的部分,全部可以在
/linux-3.3/Documentation/ja_JP/
DSubmitChecklist34 全てで正しくビルドできることを確認してください。その際、gcc及びリンカが
104 22: 新たに追加したコードは、`gcc -W'でコンパイルしてください。
/linux-3.3/tools/firewire/
DMakefile4 CC = gcc
/linux-3.3/arch/m68k/tools/amiga/
DMakefile2 CC = m68k-cbm-amigados-gcc
/linux-3.3/tools/usb/
DMakefile3 CC = $(CROSS_COMPILE)gcc
/linux-3.3/Documentation/ptp/
Dtestptp.mk19 CC = $(CROSS_COMPILE)gcc
/linux-3.3/scripts/
DKbuild.include15 # The temporary file to save gcc -MD generated dependencies must not
67 # gcc support functions
131 # Usage gcc-ver := $(call cc-version)
132 cc-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-version.sh $(CC))
135 # Usage gcc-ver := $(call cc-fullversion)
137 $(srctree)/scripts/gcc-version.sh -p $(CC))
Dver_linux14 gcc -dumpversion 2>&1| awk \
/linux-3.3/tools/testing/selftests/breakpoints/
DMakefile14 gcc breakpoint_test.c -o run_test
/linux-3.3/drivers/usb/serial/
DMakefile-keyspan_pda_fw9 gcc -x assembler-with-cpp -P -E -o $@ $<
/linux-3.3/include/linux/
Dcompiler-gcc4.h8 # error Your version of gcc miscompiles the __weak directive
Dcompiler-gcc.h97 #define _gcc_header(x) __gcc_header(linux/compiler-gcc##x.h)
/linux-3.3/arch/arm/include/asm/
Dunified.h30 #error Thumb-2 kernel requires gcc >= 4
/linux-3.3/arch/mips/loongson/
DPlatform5 # Only gcc >= 4.4 have Loongson specific support
/linux-3.3/Documentation/
Dgcov.txt41 [1] http://gcc.gnu.org/onlinedocs/gcc/Gcov.html
108 tool. This file is generated by gcc when compiling with
142 gcc version used for kernel build. Also the following files need to be
Dsparse.txt23 And with gcc, all the __bitwise/__force stuff goes away, and it all ends
24 up looking just like integers to gcc.
/linux-3.3/arch/h8300/
DREADME25 gcc-3.1 or higher and patch
/linux-3.3/scripts/genksyms/
Dkeywords.gperf35 # field name which breaks the genksyms parser. It is not a gcc keyword anyway.

12345