Files
minix/releasetools
Lionel Sambuc 859a265cba 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
2014-03-01 09:05:01 +01:00
..
2012-06-18 10:53:37 +00:00
2014-03-01 09:04:55 +01:00
2012-06-18 10:53:37 +00:00
2014-03-01 09:04:55 +01:00
2012-06-18 10:53:37 +00:00
2014-03-01 09:04:56 +01:00
2012-06-18 10:53:37 +00:00
2014-02-18 11:25:02 +01:00