Lines Matching refs:kernel
18 The kernel heavily relies on GCC's capabilities and behaviour. Some of the
20 bugs. For these reasons, almost every new major GCC release breaks the kernel
35 users who still have to support kernel 2.4 on servers, firewalls or any other
42 If it is not possible to adapt the kernel to GCC, let's adapt GCC to the
43 kernel. We're lucky, building GCC to build just a kernel is not hard and
45 older GCC takes about 1 minute, and the kernel with that GCC also takes
48 First, you have to select which version of GCC you want to build your kernel
51 - 2.95.3 : very well tested for the kernel, builds kernels very fast,
70 improved build times (about 30% lower) and improved kernel performance, I'd
109 recommend simply prefixing it with "kernel-", and not installing it in
118 --prefix=/opt/kgcc --program-prefix=kernel-
121 programs were not found (eg: kernel-objdump). Simply ignore them.
149 $ ls -l /opt/kgcc/bin/kernel-gcc
150 -rwxr-xr-x 3 root root 73124 Sep 6 22:45 /opt/kgcc/bin/kernel-gcc
152 $ /opt/kgcc/bin/kernel-gcc -v
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,
191 Building an older GCC on to build an older kernel on a newer machine is not