aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/gcc/config/mips/gnu-user.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.7/gcc/config/mips/gnu-user.h')
-rw-r--r--gcc-4.7/gcc/config/mips/gnu-user.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc-4.7/gcc/config/mips/gnu-user.h b/gcc-4.7/gcc/config/mips/gnu-user.h
index 49c459bc7..4b340f862 100644
--- a/gcc-4.7/gcc/config/mips/gnu-user.h
+++ b/gcc-4.7/gcc/config/mips/gnu-user.h
@@ -67,7 +67,8 @@ along with GCC; see the file COPYING3. If not see
#undef SUBTARGET_ASM_SPEC
#define SUBTARGET_ASM_SPEC \
- "%{!mno-abicalls:%{mplt:-call_nonpic;:-KPIC}}"
+ "%{!mno-abicalls:%{mplt:-call_nonpic;:-KPIC}} " \
+ LINUX_OR_ANDROID_CC ("", ANDROID_ASM_SPEC)
/* The MIPS assembler has different syntax for .set. We set it to
.dummy to trap any errors. */