* tradcpp.c (main): Accept -O*.
authorNeil Booth <neil@gcc.gnu.org>
Thu, 16 May 2002 19:17:11 +0000 (19:17 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Thu, 16 May 2002 19:17:11 +0000 (19:17 +0000)
From-SVN: r53527

gcc/tradcpp.c

index b58bf9a5f43579f2f3e2fd60e241ed4dadeb3b0b..e5ed07ef647bc3ade9d4a7913c9ac224c34435ac 100644 (file)
@@ -633,8 +633,9 @@ main (argc, argv)
          flag_signed_char = 0;
        break;
 
-       /* Ignore target-specific flags.  */
+       /* Ignore target-specific and optimization flags.  */
       case 'm':
+      case 'O':
        break;
 
       case 'M':