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

A failure from http://gcc.gnu.org/ml/gcc-cvs/2002-12/msg00847.html


Hi,

http://gcc.gnu.org/ml/gcc-cvs/2002-12/msg00847.html

seems to cause the H8 target not to build any more.  With the above
patch, my build log ends with

  rc ./libgcc.a libgcc/./_cmpsi2.o libgcc/./_ucmpsi2.o ...

while building libgcc.a, whereas I used to see

  h8300-hms-ar rc ./libgcc.a libgcc/./_cmpsi2.o libgcc/./_ucmpsi2.o ...

So somehow the command name of the archiver is missing.  If somebody
could look into this, that would greatly appreciated.  By the way, I
am configuring gcc with

    --prefix=/usr/local --target=h8300-hms
    --enable-checking="misc,tree,gc"
    --enable-languages=c --with-newlib

Thanks,

Kazu Hirata


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