From eef8340ab1e1432b485bbc2bec420b2f964ca974 Mon Sep 17 00:00:00 2001
From: Joe Fernandez
Date: Mon, 23 Jul 2012 15:37:46 -0700
Subject: [PATCH] doc: fix for NDK r8b release notes
Change-Id: I223db230887b17e452df2cacd35160e1fcaea5d1
---
docs/html/tools/sdk/ndk/index.jd | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/html/tools/sdk/ndk/index.jd b/docs/html/tools/sdk/ndk/index.jd
index 216a3048d9b9a..064b2c37844c8 100644
--- a/docs/html/tools/sdk/ndk/index.jd
+++ b/docs/html/tools/sdk/ndk/index.jd
@@ -161,10 +161,10 @@ MIPS.
co-exist with the original GCC 4.4.3 toolchain ({@code binutils} 2.19 and GDB 6.6).
- GCC 4.6 is now the default toolchain. You may set {@code
-NDK_TOOLCHAIN_VERSION=4.4.3} in {@code Android.mk} to select the original one.
+NDK_TOOLCHAIN_VERSION=4.4.3} in {@code Application.mk} to select the original one.
- Support for the {@code gold} linker is only available for ARM and x86
architectures on Linux and Mac OS hosts. This support is disabled by default. Add {@code
-LOCAL_C_FLAGS += -fuse-ld=gold} in {@code Android.mk} to enable it.
+LOCAL_LDLIBS += -fuse-ld=gold} in {@code Android.mk} to enable it.
- Programs compiled with {@code -fPIE} require the new {@code GDB} for debugging,
including binaries in Android 4.1 (API Level 16) system images.
- The {@code binutils} 2.21 {@code ld} tool contains back-ported fixes from