This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

Re: Multilibs for arm-elf crossgcc


Hi

gcc/Makfile:

-------- snip

626:     # sed inserts variable overrides after the following line.
627:    ####target overrides

629:    CROSS_LIBGCC1 = libgcc1-asm.a
630:    LIB1ASMSRC = arm/lib1funcs.asm
631:    LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls
_bb_init_func _call_via_rX _interwork_call_via_rX

           # We want fine grained libraries, so use the new code to build
the
           # floating point emulation libraries.
           FPBIT = fp-bit.c
           DPBIT = dp-bit.c

638:    fp-bit.c: $(srcdir)/config/fp-bit.c
639:        echo '#define FLOAT' > fp-bit.c
640:        echo '#ifndef __ARMEB__' >> fp-bit.c
               echo '#define FLOAT_BIT_ORDER_MISMATCH' >> fp-bit.c
               echo '#endif' >> fp-bit.c
               cat $(srcdir)/config/fp-bit.c >> fp-bit.c

           dp-bit.c: $(srcdir)/config/fp-bit.c

------- snap


./Makefile:

---snip

632:      check-itcl \
633:      check-ld \
634:      check-libgui \
635:      check-libiberty \
636:      check-libtool \
637:      check-m4 \
638:      check-make \
639:      check-mmcheckoc \
640:      check-opcodes \
641:      check-patch \
642:      check-perl \
643:      check-prms \
644:      check-rcs \
645:      check-readline \

----snap


Im not sure in which Makefile the error ocurs. I can't see an error.

Thanks for help

alex


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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