]> Zhao Yanbai Git Server - minix.git/commit
Removing MK{GCCCMDS,BINUTILS}=yes in image scripts
authorLionel Sambuc <lionel@minix3.org>
Wed, 16 Oct 2013 13:12:30 +0000 (15:12 +0200)
committerLionel Sambuc <lionel@minix3.org>
Sat, 1 Mar 2014 08:05:01 +0000 (09:05 +0100)
commit859a265cba7b49b03c71fc68fdcc2c6216d92385
tree1ba53dd8d26edfe35e233de955a5e9210b31200f
parentc498a34843599201bd4521504d1c6527abb523f3
Removing MK{GCCCMDS,BINUTILS}=yes in image scripts

MKGCCCMDS=yes and MKBINUTILS=yes where added on the build command line
while they should have been left to the developer's discretion.

To build and install binutils and gcc do the following:

 $ BUILDVARS='-V MKBINUTILS=yes -V MKGCC=yes -V MKGCCCMDS=yes' \
    ./releasetools/arm_sdimage.sh
or

 $ BUILDVARS='-V MKBINUTILS=yes -V MKGCC=yes -V MKGCCCMDS=yes' \
    ./releasetools/x86_hdimage.sh

Change-Id: Icb46a3422f527747768fa107d14fc19ff3ac0a63
releasetools/arm_sdimage.sh
releasetools/x86_hdimage.sh