]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- use the right compiler
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 16 Jun 2004 21:51:29 +0000 (21:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-module.spec -> 1.7

kernel-module.spec

index 19f7e60fb5e3cc21c8924a61d4ae8b078f799a49..3ccce6dd8c91961bd786e19434c1b706e9d41fee 100644 (file)
@@ -78,6 +78,7 @@ for cfg in %{?with_dist_kernel:%{?with_smp:smp} up}%{!?with_dist_kernel:nondist}
        M=$PWD O=$PWD \
        %{?with_verbose:V=1}
     %{__make} -C %{_kernelsrcdir} modules \
+       CC="%{__cc}" CPP="%{__cpp}" \
        M=$PWD O=$PWD \
        %{?with_verbose:V=1}
     mv $mod_name{,-$cfg}.ko
This page took 0.078866 seconds and 4 git commands to generate.