Revert "Point to gcc 4.6"

This reverts commit a144541a3257e3992dbeb0d4397ab1fcdd593d27.
diff --git a/common.mk b/common.mk
index f5578b1..4e431d5 100644
--- a/common.mk
+++ b/common.mk
@@ -35,7 +35,7 @@
 HAVE_LIBBFD := false
 
 ifeq ($(TARGET_ARCH),arm)
-toolchain := prebuilts/gcc/$(HOST_PREBUILT_TAG)/arm/arm-linux-androideabi-4.6
+toolchain := prebuilt/$(HOST_PREBUILT_TAG)/toolchain/arm-linux-androideabi-4.4.x
 common_host_c_includes := $(common_c_includes) $(toolchain)/include
 common_host_cflags := $(common_cflags) -fexceptions -DANDROID_HOST -DHAVE_XCALLOC
 common_host_ldlibs_libiconv :=