ARMv7 seems to need special ARM unpacking procedure, too
This commit is contained in:
parent
aadf9699cb
commit
bbc494644f
@ -58,9 +58,10 @@ rec {
|
|||||||
builder = bootstrapFiles.sh;
|
builder = bootstrapFiles.sh;
|
||||||
|
|
||||||
args =
|
args =
|
||||||
if (system == "armv5tel-linux" || system == "armv6l-linux")
|
if (system == "armv5tel-linux" || system == "armv6l-linux"
|
||||||
then [ ./scripts/unpack-bootstrap-tools-arm.sh ]
|
|| system == "armv7l-linux")
|
||||||
else [ ./scripts/unpack-bootstrap-tools.sh ];
|
then ./scripts/unpack-bootstrap-tools-arm.sh
|
||||||
|
else ./scripts/unpack-bootstrap-tools.sh;
|
||||||
|
|
||||||
inherit (bootstrapFiles) bzip2 mkdir curl cpio;
|
inherit (bootstrapFiles) bzip2 mkdir curl cpio;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user