David,
OK. Thank you for the explanation!
-Dmitry
On 2012-11-04 13:45, David Holmes wrote:
> On 3/11/2012 2:17 AM, Dmitry Samersoff wrote:
>> David,
>>
>> Other projects e.g. linux kernel sets CROSS_COMPILE, to specify the
>> prefix for all executables used during compilation.
>>
>> e.g.
>>m
On 3/11/2012 2:17 AM, Dmitry Samersoff wrote:
David,
Other projects e.g. linux kernel sets CROSS_COMPILE, to specify the
prefix for all executables used during compilation.
e.g.
make CROSS_COMPILE=ia64-linux-
will cause
CC=ia64-linux-gcc
OBJCOPY=ia64-linux-objcopy
etc
Could we ad
Okay here's the final update :)
http://cr.openjdk.java.net/~dholmes/8002034/webrev.03/
We now have a default objcopy when cross-compiling and I augmented the
error message if no objcopy is found. These changes only affect the
linux defs.make.
Thanks,
David
On 2/11/2012 12:39 PM, David Holme