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.nondef (-1 / +1 lines)
Lines 127-133 Link Here
127
#ifdef HAVE_LD_PIE
127
#ifdef HAVE_LD_PIE
128
#define ENDFILE_SPEC \
128
#define ENDFILE_SPEC \
129
  "%{ffast-math|funsafe-math-optimizations:crtfastmath.o%s} \
129
  "%{ffast-math|funsafe-math-optimizations:crtfastmath.o%s} \
130
   %{shared|pie:crtendS.o%s;:crtend.o%s} crtn.o%s"
130
   %{shared:crtendS.o%s} %{!shared: %{static:crtend.o%s} %{!static:%(endfile_pie)} } crtn.o%s"
131
#else
131
#else
132
#define ENDFILE_SPEC \
132
#define ENDFILE_SPEC \
133
  "%{ffast-math|funsafe-math-optimizations:crtfastmath.o%s} \
133
  "%{ffast-math|funsafe-math-optimizations:crtfastmath.o%s} \
(-)gcc-4.1.1/gcc/config/i386/linux64.h.nondef (-1 / +1 lines)
Lines 72-78 Link Here
72
#ifdef HAVE_LD_PIE
72
#ifdef HAVE_LD_PIE
73
#define ENDFILE_SPEC \
73
#define ENDFILE_SPEC \
74
  "%{ffast-math|funsafe-math-optimizations:crtfastmath.o%s} \
74
  "%{ffast-math|funsafe-math-optimizations:crtfastmath.o%s} \
75
   %{shared|pie:crtendS.o%s;:crtend.o%s} crtn.o%s"
75
   %{shared:crtendS.o%s} %{!shared: %{static:crtend.o%s} %{!static:%(endfile_pie)} } crtn.o%s"
76
#else
76
#else
77
#define ENDFILE_SPEC \
77
#define ENDFILE_SPEC \
78
  "%{ffast-math|funsafe-math-optimizations:crtfastmath.o%s} \
78
  "%{ffast-math|funsafe-math-optimizations:crtfastmath.o%s} \

Return to bug 149649