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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [config/] [crx/] [t-crx] - Blame information for rev 826

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 282 jeremybenn
# CRX Target Makefile
2
#
3
# Copyright (C) 2005 Free Software Foundation, Inc.
4
#
5
# This file is part of GCC.
6
#
7
# GCC is free software; you can redistribute it and/or modify
8
# it under the terms of the GNU General Public License as published by
9
# the Free Software Foundation; either version 3, or (at your option)
10
# any later version.
11
#
12
# GCC is distributed in the hope that it will be useful,
13
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
# GNU General Public License for more details.
16
#
17
# You should have received a copy of the GNU General Public License
18
# along with GCC; see the file COPYING3.  If not see
19
# .
20
 
21
# Mingw specific compilation fixes
22
USE_COLLECT2 =
23
STMP_FIXINC =
24
 
25
# Software emulation for integer div and mod
26
LIB2FUNCS_EXTRA = $(srcdir)/config/udivmodsi4.c $(srcdir)/config/udivmod.c $(srcdir)/config/divmod.c
27
 
28
# Build the floating point emulation libraries.
29
FPBIT = fp-bit.c
30
DPBIT = dp-bit.c
31
 
32
fp-bit.c: $(srcdir)/config/fp-bit.c
33
        echo '#define FLOAT' > fp-bit.c
34
        cat $(srcdir)/config/fp-bit.c >> fp-bit.c
35
 
36
dp-bit.c: $(srcdir)/config/fp-bit.c
37
        cat $(srcdir)/config/fp-bit.c > dp-bit.c

powered by: WebSVN 2.1.0

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