Deleted Added
full compact
freebsd.h (132719) freebsd.h (147823)
1/* Definitions for PowerPC running FreeBSD using the ELF format
2 Copyright (C) 2001, 2003 Free Software Foundation, Inc.
3 Contributed by David E. O'Brien <obrien@FreeBSD.org> and BSDi.
4
5 This file is part of GCC.
6
7 GCC is free software; you can redistribute it and/or modify it
8 under the terms of the GNU General Public License as published

--- 10 unchanged lines hidden (view full) ---

19 Free Software Foundation, 59 Temple Place - Suite 330, Boston,
20 MA 02111-1307, USA. */
21
22/* Override the defaults, which exist to force the proper definition. */
23
24#undef CPP_OS_DEFAULT_SPEC
25#define CPP_OS_DEFAULT_SPEC "%(cpp_os_freebsd)"
26
1/* Definitions for PowerPC running FreeBSD using the ELF format
2 Copyright (C) 2001, 2003 Free Software Foundation, Inc.
3 Contributed by David E. O'Brien <obrien@FreeBSD.org> and BSDi.
4
5 This file is part of GCC.
6
7 GCC is free software; you can redistribute it and/or modify it
8 under the terms of the GNU General Public License as published

--- 10 unchanged lines hidden (view full) ---

19 Free Software Foundation, 59 Temple Place - Suite 330, Boston,
20 MA 02111-1307, USA. */
21
22/* Override the defaults, which exist to force the proper definition. */
23
24#undef CPP_OS_DEFAULT_SPEC
25#define CPP_OS_DEFAULT_SPEC "%(cpp_os_freebsd)"
26
27#undef CPP_OS_FREEBSD_SPEC
28#define CPP_OS_FREEBSD_SPEC "\
29 -D__PPC__ -D__ppc__ -D__PowerPC__ -D__powerpc__ \
30 -Acpu=powerpc -Amachine=powerpc \
31 %{fPIC|fpic|fPIE|fpie:-D__PIC__ -D__pic__} "
32
27#undef STARTFILE_DEFAULT_SPEC
28#define STARTFILE_DEFAULT_SPEC "%(startfile_freebsd)"
29
30#undef ENDFILE_DEFAULT_SPEC
31#define ENDFILE_DEFAULT_SPEC "%(endfile_freebsd)"
32
33#undef LIB_DEFAULT_SPEC
34#define LIB_DEFAULT_SPEC "%(lib_freebsd)"

--- 38 unchanged lines hidden ---
33#undef STARTFILE_DEFAULT_SPEC
34#define STARTFILE_DEFAULT_SPEC "%(startfile_freebsd)"
35
36#undef ENDFILE_DEFAULT_SPEC
37#define ENDFILE_DEFAULT_SPEC "%(endfile_freebsd)"
38
39#undef LIB_DEFAULT_SPEC
40#define LIB_DEFAULT_SPEC "%(lib_freebsd)"

--- 38 unchanged lines hidden ---