This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Altering compile flags for newlib
- From: Vasili Galka <vvv444 at gmail dot com>
- To: newlib at sourceware dot org
- Date: Tue, 23 Jul 2013 13:52:27 +0300
- Subject: Altering compile flags for newlib
Hi,
I would like to alter the gcc flags with which newlib is built.
So far I replaced line 51 in newlib-2.0.0/newlib/configure.host from
newlib_cflags=
to
newlib_cflags="new flags"
Is this the right/best way to do it?
Regards,
Vasili Galka