This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Fwd: Compiling pgm for an older linux version - cross compiler
- From: Jacques Greindl <jgreindl at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Thu, 20 Jan 2011 18:32:07 +0100
- Subject: Fwd: Compiling pgm for an older linux version - cross compiler
- References: <AANLkTinSbxUb2DZq91rWkwk51Hix2gRUOS5-gGL96WGM@mail.gmail.com>
Hi !
This is probably a newby question but I can't find the anwser ...
I have 2 files : a.new & a.old
a.new : compiled today
a.old : compiled some years ago, on another system
jack@cixci:/$ file a.new
a.new: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV),
dynamically linked (uses shared libs), for GNU/Linux 2.6.15, not
stripped
jack@cixci:/$ file a.old
a.old: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV),
dynamically linked (uses shared libs), for GNU/Linux 2.0.0, not
stripped
Is there a way to build again the same "a.old" --> on my actual
system, build the program for the old system ?
Thanks for your help,
Jack