]> rtime.felk.cvut.cz Git - rtems-devel.git/blob - binutils-patches/2.16.1.0/binutils-redefinition-mname.patch
ddef4e6fb6ae1307d0e1195fd390bc5425ce66e8
[rtems-devel.git] / binutils-patches / 2.16.1.0 / binutils-redefinition-mname.patch
1 Index: binutils-2.16.1/binutils/dlltool.c
2 ===================================================================
3 --- binutils-2.16.1.orig/binutils/dlltool.c
4 +++ binutils-2.16.1/binutils/dlltool.c
5 @@ -389,7 +389,7 @@ static int verbose;
6  static FILE *output_def;
7  static FILE *base_file;
8  
9 -#ifdef DLLTOOL_ARM
10 +#if defined(DLLTOOL_ARM) && !defined(DLLTOOL_I386)
11  #ifdef DLLTOOL_ARM_EPOC
12  static const char *mname = "arm-epoc";
13  #else