Deleted Added
full compact
linux.h (117395) linux.h (122180)
1/* Definitions of target machine for GNU compiler,
2 for PowerPC machines running Linux.
3 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
4 Free Software Foundation, Inc.
5 Contributed by Michael Meissner (meissner@cygnus.com).
6
7This file is part of GNU CC.
8

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

43 defined on glibc-based systems. This temporary hack accomplishes this,
44 it should go away as soon as libstdc++-v3 has a real fix. */
45#undef CPLUSPLUS_CPP_SPEC
46#define CPLUSPLUS_CPP_SPEC "-D_GNU_SOURCE %(cpp)"
47
48#undef LINK_SHLIB_SPEC
49#define LINK_SHLIB_SPEC "%{shared:-shared} %{!shared: %{static:-static}}"
50
1/* Definitions of target machine for GNU compiler,
2 for PowerPC machines running Linux.
3 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
4 Free Software Foundation, Inc.
5 Contributed by Michael Meissner (meissner@cygnus.com).
6
7This file is part of GNU CC.
8

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

43 defined on glibc-based systems. This temporary hack accomplishes this,
44 it should go away as soon as libstdc++-v3 has a real fix. */
45#undef CPLUSPLUS_CPP_SPEC
46#define CPLUSPLUS_CPP_SPEC "-D_GNU_SOURCE %(cpp)"
47
48#undef LINK_SHLIB_SPEC
49#define LINK_SHLIB_SPEC "%{shared:-shared} %{!shared: %{static:-static}}"
50
51#define LINK_GCC_C_SEQUENCE_SPEC \
52 "%{static:--start-group} %G %L %{static:--end-group}%{!static:%G}"
53
51#undef LIB_DEFAULT_SPEC
52#define LIB_DEFAULT_SPEC "%(lib_linux)"
53
54#undef STARTFILE_DEFAULT_SPEC
55#define STARTFILE_DEFAULT_SPEC "%(startfile_linux)"
56
57#undef ENDFILE_DEFAULT_SPEC
58#define ENDFILE_DEFAULT_SPEC "%(endfile_linux)"

--- 106 unchanged lines hidden ---
54#undef LIB_DEFAULT_SPEC
55#define LIB_DEFAULT_SPEC "%(lib_linux)"
56
57#undef STARTFILE_DEFAULT_SPEC
58#define STARTFILE_DEFAULT_SPEC "%(startfile_linux)"
59
60#undef ENDFILE_DEFAULT_SPEC
61#define ENDFILE_DEFAULT_SPEC "%(endfile_linux)"

--- 106 unchanged lines hidden ---