From: Adam Borowski <hidden> Date: 2021-09-12 21:57:54
It was used but never set. The hardcoded value from before the dawn of
time was non-standard; the usual name for cross-tools is $TRIPLET-$TOOL
Signed-off-by: Adam Borowski <redacted>
---
This is neither the host nor target arch, thus it's very unlikely to be
set by the user. With this patch, it works out of the box on Debian
and Fedora.
drivers/net/wan/Makefile | 2 ++
1 file changed, 2 insertions(+)
From: Randy Dunlap <hidden> Date: 2021-09-12 22:15:24
On 9/12/21 2:23 PM, Adam Borowski wrote:
quoted hunk
It was used but never set. The hardcoded value from before the dawn of
time was non-standard; the usual name for cross-tools is $TRIPLET-$TOOL
Signed-off-by: Adam Borowski <redacted>
---
This is neither the host nor target arch, thus it's very unlikely to be
set by the user. With this patch, it works out of the box on Debian
and Fedora.
drivers/net/wan/Makefile | 2 ++
1 file changed, 2 insertions(+)
From: Jakub Kicinski <kuba@kernel.org> Date: 2021-09-15 03:07:53
On Sun, 12 Sep 2021 23:23:21 +0200 Adam Borowski wrote:
quoted hunk
It was used but never set. The hardcoded value from before the dawn of
time was non-standard; the usual name for cross-tools is $TRIPLET-$TOOL
Signed-off-by: Adam Borowski <redacted>
---
This is neither the host nor target arch, thus it's very unlikely to be
set by the user. With this patch, it works out of the box on Debian
and Fedora.
drivers/net/wan/Makefile | 2 ++
1 file changed, 2 insertions(+)
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Sun, 12 Sep 2021 23:23:21 +0200 you wrote:
It was used but never set. The hardcoded value from before the dawn of
time was non-standard; the usual name for cross-tools is $TRIPLET-$TOOL
Signed-off-by: Adam Borowski <redacted>
---
This is neither the host nor target arch, thus it's very unlikely to be
set by the user. With this patch, it works out of the box on Debian
and Fedora.
[...]