This is the mail archive of the gcc@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]

Re: gcc 3.0-20010527 cross build failures


On Tue, 12 Jun 2001, Joel Sherrill wrote:

> libbackend.a(i960.o): In function `i960_pr_align':
> /usr3/ftp_archive/gnu/gcc/ss/b/b-gcc/gcc/../../gcc-3.0-20010527/gcc/config/i960/
> i960.c:117: undefined reference to `c_lex'
> /usr3/ftp_archive/gnu/gcc/ss/b/b-gcc/gcc/../../gcc-3.0-20010527/gcc/config/i960/
> i960.c:119: undefined reference to `c_lex'
> libbackend.a(i960.o): In function `i960_pr_noalign':
> /usr3/ftp_archive/gnu/gcc/ss/b/b-gcc/gcc/../../gcc-3.0-20010527/gcc/config/i960/
> i960.c:160: undefined reference to `c_lex'
> /usr3/ftp_archive/gnu/gcc/ss/b/b-gcc/gcc/../../gcc-3.0-20010527/gcc/config/i960/
> i960.c:162: undefined reference to `c_lex'

That, at least, should be straightforward to fix.  Search for c_lex in
tm.texi for details.  (Actually, it looks like you want to merge

date: 2001/03/15 16:29:10;  author: wehle;  state: Exp;
        * i960.h (i960_maxbitalignment,
        i960_last_maxbitalignment): Declare.
        * i960.c (i960_maxbitalignment,
        i960_last_maxbitalignment): Make global.
        (process_pragma): Delete.
        (i960_pr_align, i960_pr_noalign): Move from here ...
        * i960-c.c: ... to this new file.
        * t-960bare (i960-c.o): New rule.
        * t-vxworks960 (i960-c.o): Likewise.
        * config.gcc (i960-*-*): Define c_target_objs and
        cxx_target_objs.

from mainline.)

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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