* gcc.target/powerpc/altivec-volatile.c: Adjust expected warning.
[official-gcc.git] / gcc / config / crx / t-crx
blob8bb62c6525f3fdbae4f831ae52809a8e39666d99
1 # CRX Target Makefile
3 # Copyright (C) 2005 Free Software Foundation, Inc.
5 # This file is part of GCC.
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.
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.
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 # <http://www.gnu.org/licenses/>.
21 # Mingw specific compilation fixes
22 USE_COLLECT2 =
23 STMP_FIXINC =
25 # Software emulation for integer div and mod
26 LIB2FUNCS_EXTRA = $(srcdir)/config/udivmodsi4.c $(srcdir)/config/udivmod.c $(srcdir)/config/divmod.c
28 # Build the floating point emulation libraries.
29 FPBIT = fp-bit.c
30 DPBIT = dp-bit.c
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
36 dp-bit.c: $(srcdir)/config/fp-bit.c
37         cat $(srcdir)/config/fp-bit.c > dp-bit.c