[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87h6pw2r2x.fsf@kernel.org>
Date: Sat, 22 Jul 2023 13:11:50 +0300
From: Kalle Valo <kvalo@...nel.org>
To: Masahiro Yamada <masahiroy@...nel.org>
Cc: regressions@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: Re: [regression] GNUmakefile broken on v6.5-rc1
Masahiro Yamada <masahiroy@...nel.org> writes:
> On Fri, Jul 21, 2023 at 9:05 PM Kalle Valo <kvalo@...nel.org> wrote:
>>
>> Hi Masahiro,
>>
>> For a long time I have been using GNUmakefile in the top level source
>> directory to change compilers, enable ccache etc. Here's a simplified
>> GNUmakefile example:
>>
>> CROSS_COMPILE=/opt/cross/gcc-13.1.0-nolibc/x86_64-linux/bin/x86_64-linux-
>> include Makefile
>
> You need to export the variables.
>
> The following should work.
>
> export CROSS_COMPILE=/opt/cross/gcc-13.1.0-nolibc/x86_64-linux/bin/x86_64-linux-
> include Makefile
Indeed, that works. Thank you.
--
https://patchwork.kernel.org/project/linux-wireless/list/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
Powered by blists - more mailing lists