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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [config/] [fr30/] [t-fr30] - Blame information for rev 208

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

Line No. Rev Author Line
1 38 julius
LIB1ASMSRC    = fr30/lib1funcs.asm
2
LIB1ASMFUNCS  = _udivsi3 _divsi3 _umodsi3 _modsi3
3
 
4
# Assemble startup files.
5
crti.o: $(srcdir)/config/fr30/crti.asm $(GCC_PASSES)
6
        $(GCC_FOR_TARGET) -c -o crti.o -x assembler $(srcdir)/config/fr30/crti.asm
7
 
8
crtn.o: $(srcdir)/config/fr30/crtn.asm $(GCC_PASSES)
9
        $(GCC_FOR_TARGET) -c -o crtn.o -x assembler $(srcdir)/config/fr30/crtn.asm
10
 
11
# We want fine grained libraries, so use the new code to build the
12
# floating point emulation libraries.
13
FPBIT = fp-bit.c
14
DPBIT = dp-bit.c
15
 
16
# If any special flags are necessary when building libgcc2 put them here.
17
#
18
# TARGET_LIBGCC2_CFLAGS
19
 
20
fp-bit.c: $(srcdir)/config/fp-bit.c
21
        echo '#define FLOAT' > fp-bit.c
22
        cat $(srcdir)/config/fp-bit.c >> fp-bit.c
23
 
24
dp-bit.c: $(srcdir)/config/fp-bit.c
25
        cat $(srcdir)/config/fp-bit.c > dp-bit.c
26
 
27
# Enable the following if multilibs are needed.
28
# See gcc/genmultilib, gcc/gcc.texi and gcc/tm.texi for a
29
# description of the options and their values.
30
#
31
# MULTILIB_OPTIONS    =
32
# MULTILIB_DIRNAMES   =
33
# MULTILIB_MATCHES    =
34
# MULTILIB_EXCEPTIONS =
35
# MULTILIB_EXTRA_OPTS =
36
#
37
# LIBGCC = stmp-multilib
38
# INSTALL_LIBGCC = install-multilib

powered by: WebSVN 2.1.0

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