Searched refs:gcc (Results 1 – 25 of 104) sorted by relevance
12345
/linux-3.3/tools/power/cpupower/ |
D | Makefile | 84 CC = $(CROSS)gcc 85 LD = $(CROSS)gcc 89 HOSTCC = gcc
|
/linux-3.3/arch/x86/ |
D | Kconfig.debug | 263 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.
|
D | Makefile_32.cpu | 4 #-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/ |
D | Kconfig.debug | 24 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/ |
D | Makefile | 12 SPU_CC := $(SPU_CROSS)gcc 13 SPU_AS := $(SPU_CROSS)gcc
|
/linux-3.3/arch/s390/ |
D | Kconfig.debug | 29 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/ |
D | sparse.txt | 45 而且使用 gcc 编译的时候,所有的 __bitwise/__force 都会消失,最后在 gcc
|
D | CodingStyle | 599 有一个常见的误解是内联函数是gcc提供的可以让代码运行更快的一个选项。虽然使用内联 612 有什么好权衡的。虽然从技术上说这是正确的,但是实际上这种情况下即使不加inline gcc 669 compile-command: "gcc -DMAGIC_DEBUG_FLAG foo.c" 692 cpp,gcc,gcc internals和indent的GNU手册——和K&R及本文相符合的部分,全部可以在
|
/linux-3.3/Documentation/ja_JP/ |
D | SubmitChecklist | 34 全てで正しくビルドできることを確認してください。その際、gcc及びリンカが 104 22: 新たに追加したコードは、`gcc -W'でコンパイルしてください。
|
/linux-3.3/tools/firewire/ |
D | Makefile | 4 CC = gcc
|
/linux-3.3/arch/m68k/tools/amiga/ |
D | Makefile | 2 CC = m68k-cbm-amigados-gcc
|
/linux-3.3/tools/usb/ |
D | Makefile | 3 CC = $(CROSS_COMPILE)gcc
|
/linux-3.3/Documentation/ptp/ |
D | testptp.mk | 19 CC = $(CROSS_COMPILE)gcc
|
/linux-3.3/scripts/ |
D | Kbuild.include | 15 # 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))
|
D | ver_linux | 14 gcc -dumpversion 2>&1| awk \
|
/linux-3.3/tools/testing/selftests/breakpoints/ |
D | Makefile | 14 gcc breakpoint_test.c -o run_test
|
/linux-3.3/drivers/usb/serial/ |
D | Makefile-keyspan_pda_fw | 9 gcc -x assembler-with-cpp -P -E -o $@ $<
|
/linux-3.3/include/linux/ |
D | compiler-gcc4.h | 8 # error Your version of gcc miscompiles the __weak directive
|
D | compiler-gcc.h | 97 #define _gcc_header(x) __gcc_header(linux/compiler-gcc##x.h)
|
/linux-3.3/arch/arm/include/asm/ |
D | unified.h | 30 #error Thumb-2 kernel requires gcc >= 4
|
/linux-3.3/arch/mips/loongson/ |
D | Platform | 5 # Only gcc >= 4.4 have Loongson specific support
|
/linux-3.3/Documentation/ |
D | gcov.txt | 41 [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
|
D | sparse.txt | 23 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/ |
D | README | 25 gcc-3.1 or higher and patch
|
/linux-3.3/scripts/genksyms/ |
D | keywords.gperf | 35 # field name which breaks the genksyms parser. It is not a gcc keyword anyway.
|
12345