This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 4/6] Add multilib configuration for arm-linux-androideabi


This patch defines multilibs for arm-linux-androideabi. The multilib configuration defines 4 multilibs:

    ".;"
    "armv7-a;@march=armv7-a"
    "thumb;@mthumb"
    "armv7-a/thumb;@march=armv7-a@mthumb"

The default and thumb multilibs are built for whatever processor or ARM subarchitecture one defines with "--with-arch=" configure switch.

The "special" axis of multilibs (disabled by default) is built with "-tno-android-cc" option. These multilibs are intended for building the Linux kernel and select Android applications that require C++ RTTI and EH support.

OK to check in?

Thank you,

--
Maxim Kuvyrkov
CodeSourcery
maxim@codesourcery.com
(650) 331-3385 x724

Attachment: 0004-Add-multilib-configuration-for-arm-linux-androideabi.ChangeLog
Description: Text document

Attachment: 0004-Add-multilib-configuration-for-arm-linux-androideabi.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]