]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/rs6000/sysv4le.h
Update Copyright years for files modified in 2010.
[thirdparty/gcc.git] / gcc / config / rs6000 / sysv4le.h
CommitLineData
93ffe49c 1/* Target definitions for GCC for a little endian PowerPC
640f9b45 2 running System V.4
2f83c7d6 3 Copyright (C) 1995, 2000, 2003, 2007 Free Software Foundation, Inc.
640f9b45
MM
4 Contributed by Cygnus Support.
5
5de601cf 6 This file is part of GCC.
640f9b45 7
5de601cf
NC
8 GCC is free software; you can redistribute it and/or modify it
9 under the terms of the GNU General Public License as published
2f83c7d6 10 by the Free Software Foundation; either version 3, or (at your
5de601cf 11 option) any later version.
640f9b45 12
5de601cf
NC
13 GCC is distributed in the hope that it will be useful, but WITHOUT
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
16 License for more details.
640f9b45 17
5de601cf 18 You should have received a copy of the GNU General Public License
2f83c7d6
NC
19 along with GCC; see the file COPYING3. If not see
20 <http://www.gnu.org/licenses/>. */
640f9b45 21
5de601cf 22#undef TARGET_DEFAULT
640f9b45 23#define TARGET_DEFAULT (MASK_POWERPC | MASK_NEW_MNEMONICS | MASK_LITTLE_ENDIAN)
7e69e155 24
bef84347
VM
25#undef CC1_ENDIAN_DEFAULT_SPEC
26#define CC1_ENDIAN_DEFAULT_SPEC "%(cc1_endian_little)"
27
fba29a8c
MM
28#undef LINK_TARGET_SPEC
29#define LINK_TARGET_SPEC "\
36b8ffbe 30%{mbig: --oformat elf32-powerpc } %{mbig-endian: --oformat elf32-powerpc } \
9ebbca7d 31%{!mlittle: %{!mlittle-endian: %{!mbig: %{!mbig-endian: \
36b8ffbe 32 %{mcall-linux: --oformat elf32-powerpc} \
9ebbca7d 33 }}}}"
fba29a8c 34
b6c9286a 35#undef MULTILIB_DEFAULTS
3807773b 36#define MULTILIB_DEFAULTS { "mlittle", "mcall-sysv" }