------- Comment #9 from laurent at guerby dot net 2009-01-02 10:11 ------- Thanks Jakub, I'm testing:
Index: gcc/config.host =================================================================== --- gcc/config.host (revision 142984) +++ gcc/config.host (working copy) @@ -125,6 +125,9 @@ ;; esac case ${host} in + arm*-*-linux-gnueabi ) + host_xmake_file="${host_xmake_file} x-cflags-O1" + ;; *-*-linux* ) if test "${GCC}:${ac_cv_sizeof_long}" = yes:4; then -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38523