[uClinux-dev] [PATCH] nios2: add elf2flt to configure options for apps

2008-04-07 Thread Thomas Chou
Some apps such as e2fsprogs need elf2flt in ldopts to create flt objects. Signed-off-by: Thomas Chou [EMAIL PROTECTED] --- vendors/Altera/nios2nommu/config.arch |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vendors/Altera/nios2nommu/config.arch

Re: [uClinux-dev] [PATCH] nios2: add elf2flt to configure options for apps

2008-04-07 Thread David McCullough
Jivin Thomas Chou lays it down ... Some apps such as e2fsprogs need elf2flt in ldopts to create flt objects. Perhaps we should consider having ucfront deal with this. That way all !MMU can easily turn on -elf2flt ? The config.arch could set with something like: UCFRONT_FORCE_ELF2FLT

Re: [uClinux-dev] [PATCH] nios2: add elf2flt to configure options for apps

2008-04-07 Thread Thomas Chou
David McCullough wrote: Jivin Thomas Chou lays it down ... Some apps such as e2fsprogs need elf2flt in ldopts to create flt objects. Perhaps we should consider having ucfront deal with this. That way all !MMU can easily turn on -elf2flt ? The config.arch could set with something like:

Re: [uClinux-dev] [PATCH] nios2: add elf2flt to configure options for apps

2008-04-07 Thread Mike Frysinger
On Monday 07 April 2008, Thomas Chou wrote: Some apps such as e2fsprogs need elf2flt in ldopts to create flt objects. then e2fsprogs should be configured with --with-ldopts=$(LDFLAGS). -mike signature.asc Description: This is a digitally signed message part.

Re: [uClinux-dev] [PATCH] nios2: add elf2flt to configure options for apps

2008-04-07 Thread David McCullough
Jivin Mike Frysinger lays it down ... On Monday 07 April 2008, Thomas Chou wrote: Some apps such as e2fsprogs need elf2flt in ldopts to create flt objects. then e2fsprogs should be configured with --with-ldopts=$(LDFLAGS). That works too :-) Just wondering why only one configure based