diff options
-rw-r--r-- | sys-boot/arcload/arcload-0.50-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/arcload/arcload-0.50-r3.ebuild b/sys-boot/arcload/arcload-0.50-r3.ebuild index 3646caa62a10..5374983af6f3 100644 --- a/sys-boot/arcload/arcload-0.50-r3.ebuild +++ b/sys-boot/arcload/arcload-0.50-r3.ebuild @@ -62,7 +62,7 @@ src_compile() { # on the offchance that we're cross-compiling. echo -e "" einfo ">>> Building the 'wreckoff' utility with $(tc-getBUILD_CC) ..." - emake CC=$(tc-getBUILD_CC) tools_clean tools + emake CC="$(tc-getBUILD_CC)" tools_clean tools # 32bit copy (sashARCS for IP22/IP32) echo -e "" |