[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: .elc files compilation on diferent host than target?
From: |
Eli Zaretskii |
Subject: |
Re: .elc files compilation on diferent host than target? |
Date: |
Sat, 18 Oct 2008 13:37:36 +0200 |
> From: address@hidden
> Date: Sat, 18 Oct 2008 13:17:50 +0200
>
> Is it possible to compile .elc files on a different host architecture
> than the intendend target architecture?
Yes, of course. This is how Emacs release tarballs are produced: they
include all the *.elc files, and yet are tarred only on a single
architecture.
The *.elc files are architecture-independent.