[Bug bootstrap/62099] bootstrap build fails on ARM hard float system

2014-08-11 Thread pab at pabigot dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62099 Peter A. Bigot changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug bootstrap/62099] bootstrap build fails on ARM hard float system

2014-08-11 Thread pinskia at gcc dot gnu.org
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.

[Bug bootstrap/62099] bootstrap build fails on ARM hard float system

2014-08-11 Thread pab at pabigot dot com
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

[Bug bootstrap/62099] bootstrap build fails on ARM hard float system

2014-08-11 Thread pab at pabigot dot com
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.

[Bug bootstrap/62099] bootstrap build fails on ARM hard float system

2014-08-11 Thread pab at pabigot dot com
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

[Bug bootstrap/62099] bootstrap build fails on ARM hard float system

2014-08-11 Thread pinskia at gcc dot gnu.org
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.