2010-12-27 Mikael Pettersson * config/m68k/linux.h (LINK_SPEC): Add --hash-style=gnu. --- gcc-4.6.3/gcc/config/m68k/linux.h.~1~ 2011-01-26 21:30:12.000000000 +0100 +++ gcc-4.6.3/gcc/config/m68k/linux.h 2012-05-03 22:11:03.000000000 +0200 @@ -78,7 +78,7 @@ along with GCC; see the file COPYING3. #define GLIBC_DYNAMIC_LINKER "/lib/ld.so.1" #undef LINK_SPEC -#define LINK_SPEC "-m m68kelf %{shared} \ +#define LINK_SPEC "-m m68kelf --hash-style=gnu %{shared} \ %{!shared: \ %{!static: \ %{rdynamic:-export-dynamic} \