diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/kernel-inst.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter08/kernel-inst.xml b/chapter08/kernel-inst.xml index 5d63dd322..6bd824eb3 100644 --- a/chapter08/kernel-inst.xml +++ b/chapter08/kernel-inst.xml @@ -33,15 +33,15 @@ directory.</para> <para>Verify dependencies and create dependency information files:</para> -<para><screen><userinput>make dep</userinput></screen></para> +<para><screen><userinput>make CC=/opt/gcc-2.95.3/bin/gcc dep</userinput></screen></para> <para>Compile the kernel image:</para> -<para><screen><userinput>make bzImage</userinput></screen></para> +<para><screen><userinput>make CC=/opt/gcc-2.95.3/bin/gcc bzImage</userinput></screen></para> <para>Compile the drivers which have been configured as modules:</para> -<para><screen><userinput>make modules</userinput></screen></para> +<para><screen><userinput>make CC=/opt/gcc-2.95.3/bin/gcc modules</userinput></screen></para> <para>If you intend to use kernel modules, you will need an <filename>/etc/modules.conf</filename> file. Information pertaining @@ -54,7 +54,7 @@ interest to you.</para> <para>Install the modules:</para> -<para><screen><userinput>make modules_install</userinput></screen></para> +<para><screen><userinput>make CC=/opt/gcc-2.95.3/bin/gcc modules_install</userinput></screen></para> <para>Kernel compilation has finished, but some of the files created still reside in the source tree. To complete the installation, two |