Difference between revisions of "Talk:RPi Linaro GCC Compilation"

From eLinux.org
Jump to: navigation, search
(Created page with "** C compiler: *** Set "gcc extra config" to "--with-float=hard" This should not required, as crostool-NG properly passes ''--with-float=hard'' to gcc's ./configure when ''ha...")
 
m
 
Line 2: Line 2:
 
*** Set "gcc extra config" to "--with-float=hard"
 
*** Set "gcc extra config" to "--with-float=hard"
  
This should not required, as crostool-NG properly passes ''--with-float=hard'' to gcc's ./configure when ''hardware (FPU)'' is selected. If not, report the issue to the crosstool-NG mailing list.
+
This should not be required, as crostool-NG properly passes ''--with-float=hard'' to gcc's ./configure when ''hardware (FPU)'' is selected. If not, report the issue to the crosstool-NG mailing list.

Latest revision as of 14:26, 21 January 2013

    • C compiler:
      • Set "gcc extra config" to "--with-float=hard"

This should not be required, as crostool-NG properly passes --with-float=hard to gcc's ./configure when hardware (FPU) is selected. If not, report the issue to the crosstool-NG mailing list.