runtime_loader: Remove mistakenly added "sparc" from loop.

Should fix the build.
This commit is contained in:
Augustin Cavalier
2019-04-04 19:29:20 -04:00
parent 936e89e19d
commit 26723de267
+1 -1
View File
@@ -7,7 +7,7 @@ if $(TARGET_ARCH) = x86_64
}
local architectureObject ;
for architectureObject in [ MultiArchSubDirSetup sparc ] {
for architectureObject in [ MultiArchSubDirSetup ] {
on $(architectureObject) {
local architecture = $(TARGET_PACKAGING_ARCH) ;