Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/arcload/
Date: Sat, 26 Mar 2022 00:01:21
Message-Id: 1648252850.1f886284f68f9cbdd1298d391e44c023dcd728eb.sam@gentoo
1 commit: 1f886284f68f9cbdd1298d391e44c023dcd728eb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 25 23:52:47 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 26 00:00:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f886284
7
8 sys-boot/arcload: [QA] fix tc-get* quoting
9
10 This can cause build problems for e.g. 32-bit (gcc -m32 ...)
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sys-boot/arcload/arcload-0.50-r3.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-boot/arcload/arcload-0.50-r3.ebuild b/sys-boot/arcload/arcload-0.50-r3.ebuild
18 index 3646caa62a10..5374983af6f3 100644
19 --- a/sys-boot/arcload/arcload-0.50-r3.ebuild
20 +++ b/sys-boot/arcload/arcload-0.50-r3.ebuild
21 @@ -62,7 +62,7 @@ src_compile() {
22 # on the offchance that we're cross-compiling.
23 echo -e ""
24 einfo ">>> Building the 'wreckoff' utility with $(tc-getBUILD_CC) ..."
25 - emake CC=$(tc-getBUILD_CC) tools_clean tools
26 + emake CC="$(tc-getBUILD_CC)" tools_clean tools
27
28 # 32bit copy (sashARCS for IP22/IP32)
29 echo -e ""