------- Comment #10 from jakub at gcc dot gnu dot org  2009-01-02 11:23 -------
That won't work, this is surrounded by:
case ${host} in
  rs6000-*-* \
  | powerpc*-*-* )

You want to do it at the same level, so:
--- config.host2008-12-27 10:12:25.000000000 +0100
+++ config.host2009-01-02 12:23:10.000000000 +0100
@@ -146,6 +146,9 @@ case ${host} in
 ;;
     esac
     ;;
+  arm*-*-linux-gnueabi )
+    host_xmake_file="${host_xmake_file} x-cflags-O1"
+    ;;
 esac

 # Machine-specific settings.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38523

Reply via email to