https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62099
Peter A. Bigot changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62099
--- Comment #5 from Andrew Pinski ---
You need to use -with-float=hard when configuring GCC.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62099
--- Comment #4 from Peter A. Bigot ---
If you mean how did OpenEmbedded configure the compiler that's being used for
the bootstrap, that's an uglier question that I can't really answer since it's
got various patches and special stuff involved. T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62099
--- Comment #3 from Peter A. Bigot ---
$ ../gcc-4.9.1/configure --enable-languages=c,c++ --prefix=/usr/local/gcc
Hopefully the attached config.log will have more useful information.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62099
--- Comment #2 from Peter A. Bigot ---
Created attachment 33296
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33296&action=edit
config.log from failed build
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62099
--- Comment #1 from Andrew Pinski ---
How are you configuring GCC? armv7l-unknown-linux-gnueabihf is the same as
armv7l-unknown-linux-gnueabi unless you add a few extra configure options.