=== modified file 'gcc/config.gcc'
--- gcc-4.6.1.orig/src/gcc/config.gcc	2011-07-22 16:44:50 +0000
+++ gcc-4.6.1/src/gcc/config.gcc	2011-09-26 20:22:03 +0000
@@ -829,6 +829,9 @@
 	    tmake_file="$tmake_file arm/t-arm-elf arm/t-bpabi arm/t-linux-eabi t-slibgcc-libgcc"
 	    # Define multilib configuration for arm-linux-androideabi.
 	    case ${target} in
+	    *-gnueabihf)
+		tm_file="$tm_file arm/linux-eabihf.h"
+		;;
 	    *-androideabi)
 		tmake_file="$tmake_file arm/t-linux-androideabi"
 		;;

=== added file 'gcc/config/arm/linux-eabihf.h'
--- gcc-4.6.1.orig/src/gcc/config/arm/linux-eabihf.h	1970-01-01 00:00:00 +0000
+++ gcc-4.6.1/src/gcc/config/arm/linux-eabihf.h	2011-09-26 20:23:15 +0000
@@ -0,0 +1,23 @@
+/* Configuration file for ARM GNU/Linux EABI targets.
+   Copyright (C) 2004, 2005, 2006, 2007, 2009, 2010, 2011
+   Free Software Foundation, Inc.
+   Contributed by CodeSourcery, LLC   
+
+   This file is part of GCC.
+
+   GCC is free software; you can redistribute it and/or modify it
+   under the terms of the GNU General Public License as published
+   by the Free Software Foundation; either version 3, or (at your
+   option) any later version.
+
+   GCC is distributed in the hope that it will be useful, but WITHOUT
+   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+   License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with GCC; see the file COPYING3.  If not see
+   <http://www.gnu.org/licenses/>.  */
+
+#undef  GLIBC_DYNAMIC_LINKER
+#define GLIBC_DYNAMIC_LINKER "/lib/arm-linux-gnueabihf/ld-linux.so.3"

