On Mon, Dec 22, 2014 at 12:25:32PM +0100, Thomas Schwinge wrote: > Hi! > > On Wed, 22 Oct 2014 22:57:01 +0400, Ilya Verbin <iver...@gmail.com> wrote: > > --- /dev/null > > +++ b/gcc/config/i386/intelmic-mkoffload.c > > @@ -0,0 +1,541 @@ > > +/* Offload image generation tool for Intel MIC devices. > > > +/* Shows if we should compile binaries for i386 instead of x86-64. */ > > +bool target_ilp32 = false; > > My linker defaults to 32-bit x86, so I explicitly have to switch to > 64-bit x86_64 mode; OK to commit the following, to always explicitly > specify what is wanted? > > gcc/config/i386/intelmic-mkoffload.c | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-)
Ok with proper ChangeLog entry. Jakub