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][ARM] Support arm-android-eabi


Hi,

    This patch adds support for arm-android-eabi, which is different
from the generic arm-*-eabi target.

Tested with arm-none-eabi that the change does not affect the
non-Android arm-*-eabi targets.

-Doug

ChangeLog:

2008-06-27  Doug Kwan  <dougkwan@google.com>

        * configure.ac (arm*-android-eabi*): Do not build libmudflap. libssp
        and libstdc++-v3.
        * configure: Renegerate.

gcc/ChangeLog:

2008-06-27  Doug Kwan  <dougkwan@google.com>

        * config.gcc (arm*-*-eabi*): Support arm*-android-eabi*.
        * config/arm/arm.h (CC1_SPEC): Include subtarget_cc1_spec.
        (CC1PLUS_SPEC): New.
        (EXTRA_SEPCS): Add subtarget_cc1_spec and cc1plus_spec.
        (SUBTARGET_CC1_SPEC): New.
        (SUBTARGET_CC1PLUS_SPEC): New.
        * config/arm/android.h (File) New header.

Attachment: patch.txt
Description: Text document


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