From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 867AC11C9A for ; Sat, 22 Jul 2023 10:11:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 289D0C433CA; Sat, 22 Jul 2023 10:11:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690020713; bh=CY2wwyfFb6IJuuRXqd2Kr1CgQXNc/xPGT/i6muDXP14=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=Qa94rRf3Q5Brz+ydLXbi5N3Bt60qMPGuq1eODHKMU5uwl/ia1DL76BolCXzfIukkF Zsv7PXUnkhW5lMUw7a5NaS7VkPPY0Ax1i2ke6XKuTE6wXyLhe3Dw9DfVCa5OQQq3r/ VoKz+QDrLgLTCqAuAD274/pD9eM1qTA3nCBudXWRepOQERiWEZkN/6UcOPcFS/kpJj UgyUg7oU05F8U7ufiHUPzKF5LldlNyxXG2AnH7dQcQnD2jYLo1q2lcx6fTbj5XwDvg 7pyeQIKdp5QMEU7TN6aPOe81V9yLGvEGZtnL85whfZG6Wkux+sIgPUyEcF7th1RwZU UBsUgE8bcujjA== From: Kalle Valo To: Masahiro Yamada Cc: regressions@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [regression] GNUmakefile broken on v6.5-rc1 References: <87lef931x3.fsf@kernel.org> Date: Sat, 22 Jul 2023 13:11:50 +0300 In-Reply-To: (Masahiro Yamada's message of "Fri, 21 Jul 2023 22:49:56 +0900") Message-ID: <87h6pw2r2x.fsf@kernel.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) Precedence: bulk X-Mailing-List: regressions@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Masahiro Yamada writes: > On Fri, Jul 21, 2023 at 9:05=E2=80=AFPM Kalle Valo wro= te: >> >> 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=3D/opt/cross/gcc-13.1.0-nolibc/x86_64-linux/bin/x86_64-lin= ux- >> include Makefile > > You need to export the variables. > > The following should work. > > export CROSS_COMPILE=3D/opt/cross/gcc-13.1.0-nolibc/x86_64-linux/bin/x86_= 64-linux- > include Makefile Indeed, that works. Thank you. --=20 https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatc= hes