aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/gcc/config/linux-android.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.6/gcc/config/linux-android.h')
-rw-r--r--gcc-4.6/gcc/config/linux-android.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc-4.6/gcc/config/linux-android.h b/gcc-4.6/gcc/config/linux-android.h
index c6d9cddb9..c19b1c13d 100644
--- a/gcc-4.6/gcc/config/linux-android.h
+++ b/gcc-4.6/gcc/config/linux-android.h
@@ -53,8 +53,8 @@
"--noexecstack"
#define ANDROID_LIB_SPEC \
- "%{!static: -ldl}" \
- "%{pthread:-lc}"
+ "%{!static: -ldl} \
+ %{pthread: -lc}"
#define ANDROID_STARTFILE_SPEC \
"%{shared: crtbegin_so%O%s;:" \