We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8590c8 commit c58c6dbCopy full SHA for c58c6db
src/goto-cc/ld_mode.cpp
@@ -316,10 +316,6 @@ int ld_modet::doit()
316
eval_verbosity(
317
cmdline.get_value("verbosity"), default_verbosity, gcc_message_handler);
318
319
- bool act_as_bcc=
320
- base_name=="bcc" ||
321
- base_name.find("goto-bcc")!=std::string::npos;
322
-
323
if((cmdline.isset('v') && cmdline.have_infile_arg()) ||
324
(cmdline.isset("version") && !produce_hybrid_binary))
325
{
@@ -492,7 +488,7 @@ int ld_modet::doit()
492
488
493
489
// We can generate hybrid ELF and Mach-O binaries
494
490
// containing both executable machine code and the goto-binary.
495
- if(produce_hybrid_binary && !act_as_bcc)
491
+ if(produce_hybrid_binary)
496
return gcc_hybrid_binary(compiler);
497
498
return EX_OK;
0 commit comments