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.5.1/] [gcc/] [config/] [arm/] [t-pe] - Blame information for rev 438

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

Line No. Rev Author Line
1 282 jeremybenn
# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2008, 2009
2
# Free Software Foundation, Inc.
3
#
4
# This file is part of GCC.
5
#
6
# GCC is free software; you can redistribute it and/or modify
7
# it under the terms of the GNU General Public License as published by
8
# the Free Software Foundation; either version 3, or (at your option)
9
# any later version.
10
#
11
# GCC is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
# GNU General Public License for more details.
15
#
16
# You should have received a copy of the GNU General Public License
17
# along with GCC; see the file COPYING3.  If not see
18
# .
19
 
20
LIB1ASMFUNCS += _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls _call_via_rX _interwork_call_via_rX _clzsi2 _clzdi2
21
 
22
# We want fine grained libraries, so use the new code to build the
23
# floating point emulation libraries.
24
FPBIT = fp-bit.c
25
DPBIT = dp-bit.c
26
 
27
fp-bit.c: $(srcdir)/config/fp-bit.c
28
        echo '#define FLOAT' > fp-bit.c
29
        echo '#ifndef __ARMEB__' >> fp-bit.c
30
        echo '#define FLOAT_BIT_ORDER_MISMATCH' >> fp-bit.c
31
        echo '#endif' >> fp-bit.c
32
        cat $(srcdir)/config/fp-bit.c >> fp-bit.c
33
 
34
dp-bit.c: $(srcdir)/config/fp-bit.c
35
        echo '#ifndef __ARMEB__' > dp-bit.c
36
        echo '#define FLOAT_BIT_ORDER_MISMATCH' >> dp-bit.c
37
        echo '#define FLOAT_WORD_ORDER_MISMATCH' >> dp-bit.c
38
        echo '#endif' >> dp-bit.c
39
        cat $(srcdir)/config/fp-bit.c >> dp-bit.c
40
 
41
pe.o: $(srcdir)/config/arm/pe.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
42
  $(RTL_H) output.h flags.h $(TREE_H) expr.h toplev.h $(TM_P_H)
43
        $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
44
                $(srcdir)/config/arm/pe.c
45
 
46
MULTILIB_OPTIONS = mhard-float mthumb
47
MULTILIB_DIRNAMES = fpu thumb
48
 
49
LIBGCC = stmp-multilib
50
INSTALL_LIBGCC = install-multilib
51
TARGET_LIBGCC2_CFLAGS =

powered by: WebSVN 2.1.0

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