Merge "Fix build with clang."
diff --git a/Android.mk b/Android.mk
index 40e35d2..4f7a10d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -84,7 +84,6 @@
 	-pipe \
 	-fPIC \
 	-fno-tree-sra \
-	-fuse-ld=gold \
 	-Wno-psabi \
 	-ffunction-sections \
 	-funwind-tables \
@@ -163,7 +162,6 @@
 	-pipe \
 	-fPIC \
 	-fno-tree-sra \
-	-fuse-ld=gold \
 	-Wno-psabi \
 	-ffunction-sections \
 	-funwind-tables \