[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to add a compile time configuration option to something in cpukit?
- Date: Thu, 03 Sep 2009 13:29:35 +0200
- From: ralf.corsepius at rtems.org (Ralf Corsepius)
- Subject: How to add a compile time configuration option to something in cpukit?
On 09/03/2009 12:18 PM, Sebastian Huber wrote:
> Hi,
>
> the FTP client resides in the cpukit. It can use gethostbyname() to obtain an
> internet address from a DNS name. The dependency on DNS adds 35k of code
> (THUMB op-codes). I want to add a configuration option to disable this
> feature. Can I add this with RTEMS_CPUOPT in cpukit/configure.ac?
As I repeatedly wrote, before: All -m* flags must be global (i.e. *.cfg)
What you are trying to do violates the working principles of multilibs,
so no way.
Ralf