aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm/arm.opt
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2008-07-09 01:59:10 +0000
committerDoug Kwan <dougkwan@gcc.gnu.org>2008-07-09 01:59:10 +0000
commit588021c0e8ef99701465aee44d7a18135bc1bbee (patch)
tree1c69ed79c1e57234353f0fb30b6b29968885bfe7 /gcc/config/arm/arm.opt
parent310d932ee5aae335f18bd41f51b85e5cd644aa98 (diff)
downloadgcc-588021c0e8ef99701465aee44d7a18135bc1bbee.zip
gcc-588021c0e8ef99701465aee44d7a18135bc1bbee.tar.gz
gcc-588021c0e8ef99701465aee44d7a18135bc1bbee.tar.bz2
arm.opt (mandroid): New option.
2008-07-08 Doug Kwan <dougkwan@google.com> * config/arm/arm.opt (mandroid): New option. * config/arm/bpabi.h (ANDROID_LINK_SPEC): New macro. (LINK_SPEC): Enable Android specific behaviour when -mandroid is used. (CC1_SPEC): Same. (CC1PLUS_SPEC): Same. (LIB_SPEC): Same. (STARTFILE_SPEC): Same. (ENDFILE_SPEC): Same. (TARGET_BPABI_CPP_BUILTINS): Define __ANDROID__ when -mandroid is used. From-SVN: r137651
Diffstat (limited to 'gcc/config/arm/arm.opt')
-rw-r--r--gcc/config/arm/arm.opt4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/arm/arm.opt b/gcc/config/arm/arm.opt
index 2b005e4..0c3dba8 100644
--- a/gcc/config/arm/arm.opt
+++ b/gcc/config/arm/arm.opt
@@ -26,6 +26,10 @@ mabort-on-noreturn
Target Report Mask(ABORT_NORETURN)
Generate a call to abort if a noreturn function returns
+mandroid
+Target RejectNegative Mask(ANDROID)
+Generate code for the Android operating system.
+
mapcs
Target RejectNegative Mask(APCS_FRAME) MaskExists Undocumented