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] CR16 target: configure.ac]]


Hi,

Could you please review and approve the attached patch for cr16 target.

Thanks,
Swami
--- Begin Message ---
--- Begin Message ---
Hi,
I have updated the configure.ac file with cr16 target case statement.
Could you please review and approve the attached patch.

ChangeLog:
===
2008-04-10  M R Swami Reddy <MR.Swami.Reddy@nsc.com>

        * configure.ac (cr16-*-*): Add case for cr16 target and include gdb as
        nonconfigurable directories list.
        * configure: Regenerate.
===


Thanks, Swami
Index: configure.ac
===================================================================
RCS file: /cvs/src/src/configure.ac,v
retrieving revision 1.41
diff -c -r1.41 configure.ac
*** configure.ac	4 Apr 2008 11:45:58 -0000	1.41
--- configure.ac	10 Apr 2008 06:35:35 -0000
***************
*** 602,607 ****
--- 602,610 ----
    c54x*-*-* | tic54x-*-*)
      noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
      ;;
+   cr16-*-*)
+     noconfigdirs="$noconfigdirs ${libgcj} gdb"
+     ;;
    cris-*-* | crisv32-*-*)
      unsupported_languages="$unsupported_languages java"
      case "${target}" in
Index: configure
===================================================================
RCS file: /cvs/src/src/configure,v
retrieving revision 1.294
diff -c -r1.294 configure
*** configure	7 Apr 2008 08:08:35 -0000	1.294
--- configure	10 Apr 2008 06:33:39 -0000
***************
*** 2340,2345 ****
--- 2340,2348 ----
    c54x*-*-* | tic54x-*-*)
      noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newlib"
      ;;
+   cr16-*-*)
+     noconfigdirs="$noconfigdirs ${libgcj} gdb"
+     ;;
    cris-*-* | crisv32-*-*)
      unsupported_languages="$unsupported_languages java"
      case "${target}" in

--- End Message ---

--- End Message ---

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