runtime_loader: Remove mistakenly added "sparc" from loop.
Should fix the build.
This commit is contained in:
@@ -7,7 +7,7 @@ if $(TARGET_ARCH) = x86_64
|
|||||||
}
|
}
|
||||||
|
|
||||||
local architectureObject ;
|
local architectureObject ;
|
||||||
for architectureObject in [ MultiArchSubDirSetup sparc ] {
|
for architectureObject in [ MultiArchSubDirSetup ] {
|
||||||
on $(architectureObject) {
|
on $(architectureObject) {
|
||||||
local architecture = $(TARGET_PACKAGING_ARCH) ;
|
local architecture = $(TARGET_PACKAGING_ARCH) ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user