* tradcpp.c (main): Accept -O*.
From-SVN: r53527
This commit is contained in:
parent
748d29c1fc
commit
8c883bff3b
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user