multi: Add some needed ${secondaryArchSuffix} and clean up requires

This commit is contained in:
Alexander von Gluck IV
2013-11-26 22:56:24 -06:00
parent 48faf2a376
commit 5c7b41cf75
16 changed files with 37 additions and 32 deletions

View File

@@ -25,8 +25,8 @@ BUILD_PREREQUIRES="
cmd:autoreconf
cmd:libtool
cmd:make
cmd:ld
cmd:gcc
cmd:ld${secondaryArchSuffix}
cmd:gcc${secondaryArchSuffix}
"
BUILD()
{