This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Building newlib without -mhard-float
- From: Rick Mann <rmann at latencyzero dot com>
- To: newlib at sourceware dot org
- Date: Fri, 31 Aug 2007 15:36:40 -0700
- Subject: Building newlib without -mhard-float
I'm having a heck of a time getting newlib variants for ARM with VFP
instructions. I configure using --with-float=soft, but it still
builds a bunch of versions using -mhard-float. I tried modifying
CFLAGS_FOR_TARGET to include -mcpu=xscale and/or -march=armv5te, but
then I get errors about it confilicting with -mhard-float.
How do i get newlib to build without -mhard-float?
TIA,
Rick