This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

c/7659: spec file for gcc-3.2 doesnt work with as2.9


>Number:         7659
>Category:       c
>Synopsis:       spec file for gcc-3.2 doesnt work with as2.9
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          mistaken
>Submitter-Id:   net
>Arrival-Date:   Tue Aug 20 09:26:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     wharms@bfs.de
>Release:        unknown-1.0
>Organization:
>Environment:
linux2.2.12 on alpha
gcc.2.95.2
compiling gcc-3.2
>Description:
The generated SPEC file starts with:

*asm:
--traditional-format %{G*} %{relax:-relax} %{!gstabs*:-no-mdebug}%{gstabs*:-mdebug}

*asm_debug:
%{g*:--gstabs}

that causes as to say:
as: unknow option -no-mdebug
/* original: as: Unbekannte Option »-no-mdebug« */
make[1]: *** [crtbegin.o] Error 1

>How-To-Repeat:

>Fix:
i used the SPEC from gcc2.95.2
*asm:
%{G*} %{relax:-relax} %{gdwarf*:-no-mdebug}

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]