diff options
author | Doug Kwan <dougkwan@google.com> | 2008-07-09 22:49:19 +0000 |
---|---|---|
committer | Doug Kwan <dougkwan@gcc.gnu.org> | 2008-07-09 22:49:19 +0000 |
commit | 62d33f082781789de7f217567eff3e1b436ab7d1 (patch) | |
tree | 71bfd68e9934a6caa3bc0e784c1c34cc244e9276 /gcc/config/arm/arm.opt | |
parent | 70dfa2d7148beca67c975a427d77de76c8ba3cae (diff) | |
download | gcc-62d33f082781789de7f217567eff3e1b436ab7d1.tar.gz |
revert: arm.opt (mandroid): New option.
2008-07-09 Doug Kwan <dougkwan@google.com>
Revert:
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: r137675
Diffstat (limited to 'gcc/config/arm/arm.opt')
-rw-r--r-- | gcc/config/arm/arm.opt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/arm/arm.opt b/gcc/config/arm/arm.opt index 0c3dba86b1b..2b005e42fa4 100644 --- a/gcc/config/arm/arm.opt +++ b/gcc/config/arm/arm.opt @@ -26,10 +26,6 @@ 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 |