Skip to content

Commit

Permalink
Pass -irix-symtab to as (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf authored Jan 21, 2024
1 parent e5f8659 commit e6271f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gcc.c
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ static struct compiler default_compilers[] =
%{aux-info*}\
%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
%{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}} |\n\
%{!S:as %a %Y %{mabi*}\
%{!S:as %a %Y %{mabi*} %{irix-symtab}\
%{c:%W{o*}%{!o*:-o %w%b%O}}%{!c:-o %d%w%u%O}\
%{!pipe:%g.s} %A\n }}}}"},
{"-",
Expand Down Expand Up @@ -663,7 +663,7 @@ static struct compiler default_compilers[] =
%{aux-info*}\
%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
%{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}} |\n\
%{!S:as %a %Y %{mabi*}\
%{!S:as %a %Y %{mabi*} %{irix-symtab}\
%{c:%W{o*}%{!o*:-o %w%b%O}}%{!c:-o %d%w%u%O}\
%{!pipe:%g.s} %A\n }}}}"},
{".h", "@c-header"},
Expand All @@ -687,12 +687,12 @@ static struct compiler default_compilers[] =
%{aux-info*}\
%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
%{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}} |\n\
%{!S:as %a %Y %{mabi*}\
%{!S:as %a %Y %{mabi*} %{irix-symtab}\
%{c:%W{o*}%{!o*:-o %w%b%O}}%{!c:-o %d%w%u%O}\
%{!pipe:%g.s} %A\n }}}}"},
{".s", "@assembler"},
{"@assembler",
"%{!M:%{!MM:%{!E:%{!S:as %a %Y %{mabi*}\
"%{!M:%{!MM:%{!E:%{!S:as %a %Y %{mabi*} %{irix-symtab}\
%{c:%W{o*}%{!o*:-o %w%b%O}}%{!c:-o %d%w%u%O}\
%i %A\n }}}}"},
{".S", "@assembler-with-cpp"},
Expand All @@ -705,7 +705,7 @@ static struct compiler default_compilers[] =
%{traditional-cpp:-traditional}\
%{g*} %{W*} %{w} %{pedantic*} %{H} %{d*} %C %{D*} %{U*} %{i*} %Z\
%i %{!M:%{!MM:%{!E:%{!pipe:%g.s}}}}%{E:%W{o*}}%{M:%W{o*}}%{MM:%W{o*}} |\n",
"%{!M:%{!MM:%{!E:%{!S:as %a %Y %{mabi*}\
"%{!M:%{!MM:%{!E:%{!S:as %a %Y %{mabi*} %{irix-symtab}\
%{c:%W{o*}%{!o*:-o %w%b%O}}%{!c:-o %d%w%u%O}\
%{!pipe:%g.s} %A\n }}}}"},
#include "specs.h"
Expand Down

0 comments on commit e6271f1

Please sign in to comment.