OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [config/] [mips/] [t-linux64] - Blame information for rev 38

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
MULTILIB_OPTIONS = mabi=n32/mabi=32/mabi=64
2
MULTILIB_DIRNAMES = n32 32 64
3
MULTILIB_OSDIRNAMES = ../lib32 ../lib ../lib64
4
 
5
EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o
6
 
7
TPBIT = tp-bit.c
8
 
9
tp-bit.c: $(srcdir)/config/fp-bit.c
10
        echo '#ifdef __MIPSEL__' > tp-bit.c
11
        echo '# define FLOAT_BIT_ORDER_MISMATCH' >> tp-bit.c
12
        echo '#endif' >> tp-bit.c
13
        echo '#if __LDBL_MANT_DIG__ == 113' >> tp-bit.c
14
        echo '#define QUIET_NAN_NEGATED' >> tp-bit.c
15
        echo '# define TFLOAT' >> tp-bit.c
16
        cat $(srcdir)/config/fp-bit.c >> tp-bit.c
17
        echo '#endif' >> tp-bit.c

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.