]> git.pld-linux.org Git - packages/uboot.git/commitdiff
explicitly define target CC
authorJan Palus <atler@pld-linux.org>
Mon, 5 Jul 2021 19:08:52 +0000 (19:08 +0000)
committerJan Palus <atler@pld-linux.org>
Mon, 5 Jul 2021 19:08:52 +0000 (19:08 +0000)
uboot.spec

index 9dd2e99555764da5d6e733e7a378fe2edba4bae8..9d3643f7c52f069a053ae68427c2640ef38e1eff 100644 (file)
@@ -122,6 +122,7 @@ for config in %configs; do
                cp -p /usr/share/arm-trusted-firmware/rk3399/* build/$config
        fi
        %{__make} ${config}_defconfig \
+               CC="%{__cc}" \
                HOSTCC="%{__cc}" \
                STRIP=: \
                HOSTCFLAGS="%{rpmcflags}" \
@@ -130,6 +131,7 @@ for config in %configs; do
                O=build/$config
        %{__make} \
                $(test "$config" = "tools-only" && echo tools-only) \
+               CC="%{__cc}" \
                HOSTCC="%{__cc}" \
                STRIP=: \
                HOSTCFLAGS="%{rpmcflags}" \
This page took 0.030339 seconds and 4 git commands to generate.