Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 149649 | Differences between
and this patch

Collapse All | Expand All

(-)gcc-4.1.1/gcc/config/i386/linux.h.mps (+6 lines)
Lines 124-132 Link Here
124
124
125
/* Similar to standard Linux, but adding -ffast-math support.  */
125
/* Similar to standard Linux, but adding -ffast-math support.  */
126
#undef  ENDFILE_SPEC
126
#undef  ENDFILE_SPEC
127
#ifdef HAVE_LD_PIE
127
#define ENDFILE_SPEC \
128
#define ENDFILE_SPEC \
128
  "%{ffast-math|funsafe-math-optimizations:crtfastmath.o%s} \
129
  "%{ffast-math|funsafe-math-optimizations:crtfastmath.o%s} \
129
   %{shared|pie:crtendS.o%s;:crtend.o%s} crtn.o%s"
130
   %{shared|pie:crtendS.o%s;:crtend.o%s} crtn.o%s"
131
#else
132
#define ENDFILE_SPEC \
133
  "%{ffast-math|funsafe-math-optimizations:crtfastmath.o%s} \
134
   %{shared:crtendS.o%s;:crtend.o%s} crtn.o%s"
135
#endif
130
136
131
/* A C statement (sans semicolon) to output to the stdio stream
137
/* A C statement (sans semicolon) to output to the stdio stream
132
   FILE the assembler definition of uninitialized global DECL named
138
   FILE the assembler definition of uninitialized global DECL named
(-)gcc-4.1.1/gcc/config/i386/linux64.h.mps (+6 lines)
Lines 69-77 Link Here
69
69
70
/* Similar to standard Linux, but adding -ffast-math support.  */
70
/* Similar to standard Linux, but adding -ffast-math support.  */
71
#undef  ENDFILE_SPEC
71
#undef  ENDFILE_SPEC
72
#ifdef HAVE_LD_PIE
72
#define ENDFILE_SPEC \
73
#define ENDFILE_SPEC \
73
  "%{ffast-math|funsafe-math-optimizations:crtfastmath.o%s} \
74
  "%{ffast-math|funsafe-math-optimizations:crtfastmath.o%s} \
74
   %{shared|pie:crtendS.o%s;:crtend.o%s} crtn.o%s"
75
   %{shared|pie:crtendS.o%s;:crtend.o%s} crtn.o%s"
76
#else
77
#define ENDFILE_SPEC \
78
  "%{ffast-math|funsafe-math-optimizations:crtfastmath.o%s} \
79
   %{shared:crtendS.o%s;:crtend.o%s} crtn.o%s"
80
#endif
75
81
76
#define MULTILIB_DEFAULTS { "m64" }
82
#define MULTILIB_DEFAULTS { "m64" }
77
83

Return to bug 149649