From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: raespi <raespi@icid.cu>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai] about switchtest ...
Date: Tue, 05 Feb 2013 15:26:13 +0100 [thread overview]
Message-ID: <51111685.6070107@xenomai.org> (raw)
In-Reply-To: <51110A7E.4020506@icid.cu>
On 02/05/2013 02:34 PM, raespi wrote:
> Still on this topic ... do the CFLAGS and LDFLAGS parameters are checked
> only from the ./configure command line or are they also checked by
> Xenomai as an environment variable ?? I'm currently in discussion with
> the buildroot maintainer about this topic to fix this problem ...
Xenomai does not do anything special, it uses the autotools default
which is:
- if you pass CFLAGS and LDFLAGS on the right hand of the configure
command line, the generated makefiles are hardcoded with these flags
values, and you need not do anything special later on to get these flags
used for all the compilations. This has been the recommended way of
passing CFLAGS and LDFLAGS when building autotools-based projects for
many years.
- if you want to pass them as environment variables (so, on the left
hand of the configure command line), the makefiles are not generated
with these flags, so, you have to pass them in the environment of the
"make" command.
--
Gilles.
next prev parent reply other threads:[~2013-02-05 14:26 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-04 18:28 [Xenomai] about switchtest raespi
2013-02-04 18:31 ` Gilles Chanteperdrix
2013-02-04 19:22 ` raespi
2013-02-04 19:55 ` Gilles Chanteperdrix
2013-02-04 20:30 ` Jan Kiszka
2013-02-04 21:14 ` Gilles Chanteperdrix
[not found] ` <511021FC.7080906@icid.cu>
2013-02-04 21:07 ` Gilles Chanteperdrix
2013-02-04 21:28 ` raespi
2013-02-05 13:34 ` raespi
2013-02-05 14:26 ` Gilles Chanteperdrix [this message]
2013-02-05 14:52 ` Gilles Chanteperdrix
2013-02-05 14:56 ` raespi
2013-02-05 14:59 ` Gilles Chanteperdrix
2013-02-05 15:18 ` raespi
2013-02-05 15:25 ` Gilles Chanteperdrix
2013-02-05 15:31 ` raespi
2013-02-05 15:32 ` Gilles Chanteperdrix
2013-02-05 15:38 ` raespi
2013-02-05 15:58 ` Gilles Chanteperdrix
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51111685.6070107@xenomai.org \
--to=gilles.chanteperdrix@xenomai.org \
--cc=raespi@icid.cu \
--cc=xenomai@xenomai.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.