comparison gcc/config/rs6000/t-lynx @ 0:a06113de4d67

first commit
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 17 Jul 2009 14:47:48 +0900
parents
children 77e2b8dfacca
comparison
equal deleted inserted replaced
-1:000000000000 0:a06113de4d67
1 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: