[Gimp-developer] Gimp2.6.4 for ARM processor
sanju More
sanjeev.m at inetfi.com
Tue Jan 20 20:47:58 PST 2009
Hi,
You mean to say i have to use this CC=arm-linux-gcc ./configure arm-linux --host=arm-linux
--Sanjeev
----- Original Message ----
From: Tor Lillqvist <tml at iki.fi>
To: sanju More <sanjeev.m at inetfi.com>
Cc: daniel.hornung at gmx.de; gimp-developer at lists.xcf.berkeley.edu
Sent: Wednesday, 21 January, 2009 12:22:54 AM
Subject: Re: [Gimp-developer] Gimp2.6.4 for ARM processor
> i am trying to cross compile gegl-0.0.22 with command CC=arm-linux-gcc ./configure arm-linux --target=arm-linux
When cross-compiling you should use --host, not --target, to specify
the architecture the executables you are building will run on.
--target is used when configuring compilers and similar tools, to
specify the architecture of the object files the tools will operate
on.
--tml
More information about the Gimp-developer
mailing list