OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [config/] [rs6000/] [t-lynx] - Blame information for rev 820

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

Line No. Rev Author Line
1 38 julius
LIB2FUNCS_EXTRA = tramp.S
2
 
3
tramp.S: $(srcdir)/config/rs6000/tramp.asm
4
        cat $(srcdir)/config/rs6000/tramp.asm > tramp.S
5
 
6
FPBIT = fp-bit.c
7
DPBIT = dp-bit.c
8
 
9
dp-bit.c: $(srcdir)/config/fp-bit.c
10
        cat $(srcdir)/config/fp-bit.c > dp-bit.c
11
 
12
fp-bit.c: $(srcdir)/config/fp-bit.c
13
        echo '#define FLOAT' > fp-bit.c
14
        cat $(srcdir)/config/fp-bit.c >> fp-bit.c
15
 
16
LIBGCC = stmp-multilib
17
INSTALL_LIBGCC = install-multilib
18
 
19
MULTILIB_OPTIONS    += msoft-float
20
MULTILIB_DIRNAMES   += soft-float
21
 
22
MULTILIB_OPTIONS    += maltivec
23
MULTILIB_DIRNAMES   += altivec
24
 
25
MULTILIB_EXCEPTIONS = *msoft-float/*maltivec*
26
 
27
EXTRA_MULTILIB_PARTS = crtbegin.o crtend.o
28
 
29
# If .sdata is enabled __CTOR_{LIST,END}__ go into .sdata instead of
30
# .ctors.
31
CRTSTUFF_T_CFLAGS = -mno-sdata
32
 
33
# Compile crtbeginS.o and crtendS.o with pic.
34
CRTSTUFF_T_CFLAGS_S = -fPIC -mno-sdata
35
 
36
Local Variables:
37
mode: makefile
38
End:

powered by: WebSVN 2.1.0

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