This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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] tic4x patch in configure.in


Hello,

This patch adds support for the tic4x target in configure.in.


Regards,
Svein


ChangeLog:

2002-09-28  Svein E. Seldal  <Svein.Seldal@solidas.com>

    * configure.in: Added the tic4x target
Index: configure.in
===================================================================
RCS file: /cvs/src/src/configure.in,v
retrieving revision 1.103
diff -c -3 -p -r1.103 configure.in
*** configure.in        20 Aug 2002 03:04:03 -0000      1.103
--- configure.in        26 Aug 2002 08:24:00 -0000
*************** case "${target}" in
*** 379,385 ****
    avr-*-*)
      noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version} ${libgcj}"
      ;;
!   c4x-*-*)
      noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss ${libgcj}"
      ;;
    c54x*-*-* | tic54x-*-*)
--- 379,385 ----
    avr-*-*)
      noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version} ${libgcj}"
      ;;
!   c4x-*-* | tic4x-*-*)
      noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss ${libgcj}"
      ;;
    c54x*-*-* | tic54x-*-*)

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