nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nano-devel] Cross compiling for Power PC


From: Mike Frysinger
Subject: Re: [Nano-devel] Cross compiling for Power PC
Date: Mon, 16 Jun 2014 14:05:36 -0400
User-agent: KMail/4.13.1 (Linux/3.14.2; KDE/4.13.1; x86_64; ; )

On Mon 16 Jun 2014 07:32:46 Tod Bennett wrote:
> I was hoping for some instructions or a reference to a page
> with instructions.  I am rather new at this.

nano isn't anything special.  it uses autotools, and cross-compiling with 
autotools is the same.

./configure --host=powerpc-linux-gnu ...
make
make install DESTDIR=$PWD/output

replace the --host part with whatever your toolchain tuple name is
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]