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]

[Bug bootstrap/24946] New: make[7]: rc: Command not found


make[8]: Leaving directory `/home/dave/gcc-4.1/objdir/gcc/ada/rts'
rm -f rts/libgnat.a rts/libgnarl.a
rc rts/libgnat.a \
   rts/a-caldel.o rts/a-calend.o rts/a-cdlili.o rts/a-cgaaso.o rts/a-cgarso.o
rt
...

It seems AR_FOR_TARGET didn't expand to ar.

2005-11-14  Arnaud Charlet  <charlet@adacore.com>

        * Makefile.in: Add or update g-soccon LIBGNAT pairs for Linux/PPC and
        64-bit Solaris
        Split the Linux version of g-soccon into separate variants for 32 and
64
        bit platforms.
        (gnatlib): Use $(AR_FOR_TARGET) and $(RANLIB_FOR_TARGET)
        vice $(AR) and $(RANLIB). Remove use of host variable $(RANLIB_FLAGS).
        install-gnatlib: Use $(RANLIB_FOR_TARGET) vice $(RANLIB). Remove use
        of host variable $(RANLIB_FLAGS).


-- 
           Summary: make[7]: rc: Command not found
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa-unknown-linux-gnu
  GCC host triplet: hppa-unknown-linux-gnu
GCC target triplet: hppa-unknown-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24946


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