* tradcpp.c (main): Accept -O*.

From-SVN: r53527
This commit is contained in:
Neil Booth 2002-05-16 19:17:11 +00:00
parent 748d29c1fc
commit 8c883bff3b

View 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':