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


You probably have a bunch of spaces at the front of line 639, instead of a tab,
as make demands.

 - ken

On 17-Jan-02, Alexander Raimondi wrote:
>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


------
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]