This is the mail archive of the binutils@sources.redhat.com 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 msp430


[2002-12-30] ChangeLog Dmitry Diky <diwil@mail.ru>

	* config.sub:	Add msp430 arch
	* configure.in:	Likewise

Index: configure.in
===================================================================
RCS file: /cvs/src/src/configure.in,v
retrieving revision 1.136
diff -c -3 -p -r1.136 configure.in
*** configure.in        31 Dec 2002 03:28:41 -0000      1.136
--- configure.in        31 Dec 2002 09:50:05 -0000
*************** case "${target}" in
*** 646,651 ****
--- 646,654 ----
      # <oldham@codesourcery.com>
      noconfigdirs="$noconfigdirs gas gprof target-libgloss ${libgcj}"
      ;;
+   msp430-*-*)
+     noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version} 
${libgcj}"
+     ;;
    mips*-dec-bsd*)
      noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
      ;;
Index: config.sub
===================================================================
RCS file: /cvs/src/src/config.sub,v
retrieving revision 1.38
diff -c -3 -p -r1.38 config.sub
*** config.sub  12 Sep 2002 15:59:37 -0000      1.38
--- config.sub  31 Dec 2002 09:50:07 -0000
*************** case $basic_machine in
*** 250,255 ****
--- 250,256 ----
        | mipsisa64sr71k | mipsisa64sr71kel \
        | mipstx39 | mipstx39el \
        | mn10200 | mn10300 \
+       | msp430 \
        | ns16k | ns32k \
        | openrisc | or32 \
        | pdp10 | pdp11 | pj | pjl \
*************** case $basic_machine in
*** 319,324 ****
--- 320,326 ----
        | mipsisa64sb1-* | mipsisa64sb1el-* \
        | mipsisa64sr71k-* | mipsisa64sr71kel-* \
        | mipstx39 | mipstx39el \
+       | msp430-* \
        | none-* | np1-* | ns16k-* | ns32k-* \
        | orion-* \
        | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \


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