This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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, toplevel] Enable libobjc for ARM Linux EABI


Hi,

This patch contains the top-level part of:

  http://gcc.gnu.org/ml/gcc-patches/2008-05/msg00303.html

David Edelsohn pointed out to me offlist that I'd omitted to apply it to
the src repo also.

FAOD, is this OK for src trunk?

Thanks,

Julian

ChangeLog

    * configure.ac (arm*-*-linux-gnueabi): Don't disable building
    of libobjc for ARM EABI Linux.
    * configure: Regenerate.
Index: configure.ac
===================================================================
RCS file: /cvs/src/src/configure.ac,v
retrieving revision 1.45
diff -c -p -r1.45 configure.ac
*** configure.ac	12 Jun 2008 17:07:34 -0000	1.45
--- configure.ac	13 Jun 2008 12:07:04 -0000
*************** case "${target}" in
*** 563,569 ****
      ;;
    arm*-*-linux-gnueabi)
      noconfigdirs="$noconfigdirs target-qthreads"
-     noconfigdirs="$noconfigdirs target-libobjc"
      case ${with_newlib} in
        no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
      esac
--- 563,568 ----

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