Skip to content

Commit 4b00379

Browse files
author
Daniel Kroening
committed
goto-cc: recognize Apple-extension -arch
This is an (undocumented) extension that Apple's gcc variant accepts.
1 parent 1e5f423 commit 4b00379

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/goto-cc/gcc_cmdline.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ const char *gcc_options_with_argument[]=
7979
const char *gcc_options_with_separated_argument[]=
8080
{
8181
"-aux-info",
82+
"-arch", // Apple only
8283
"--param", // Apple only
8384
"-imacros",
8485
"-iprefix",

0 commit comments

Comments
 (0)