Hi all,

The binutils CVS at sources.redhat.com still hasn't been fully updated to allow binutils to be built for the MSP430. If anyone else wants to try building from CVS, they may find the attached patch handy. These seem to be the only MSP430 related issues they haven't yet sorted out in the CVS version (unless, of course, I have missed something).

Enjoy,

Steve
diff -rU5 binutils-030103.ref/config.sub binutils-030103/config.sub
--- binutils-030103.ref/config.sub      Thu Sep 12 23:59:37 2002
+++ binutils-030103/config.sub  Sat Jan  4 14:11:43 2003
@@ -248,10 +248,11 @@
        | mipsisa64 | mipsisa64el \
        | mipsisa64sb1 | mipsisa64sb1el \
        | mipsisa64sr71k | mipsisa64sr71kel \
        | mipstx39 | mipstx39el \
        | mn10200 | mn10300 \
+        | msp430 \
        | ns16k | ns32k \
        | openrisc | or32 \
        | pdp10 | pdp11 | pj | pjl \
        | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
        | pyramid \
diff -rU5 binutils-030103.ref/configure binutils-030103/configure
--- binutils-030103.ref/configure       Wed Jan  1 02:00:11 2003
+++ binutils-030103/configure   Sat Jan  4 14:09:46 2003
@@ -1249,10 +1249,13 @@
     noconfigdirs="$noconfigdirs ${libgcj}"
     ;;
   mn10300-*-*)
     noconfigdirs="$noconfigdirs ${libgcj}"
     ;;
+  msp430-*-*)
+    noconfigdirs="$noconfigdirs ${libstdcxx_version} ${libgcj}"
+    ;;
   powerpc-*-aix*)
     # copied from rs6000-*-* entry
     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
     ;;
   powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
diff -rU5 binutils-030103.ref/configure.in binutils-030103/configure.in
--- binutils-030103.ref/configure.in    Fri Jan  3 21:46:16 2003
+++ binutils-030103/configure.in        Sat Jan  4 14:09:38 2003
@@ -592,10 +592,13 @@
     noconfigdirs="$noconfigdirs ${libgcj}"
     ;;
   mn10300-*-*)
     noconfigdirs="$noconfigdirs ${libgcj}"
     ;;
+  msp430-*-*)
+    noconfigdirs="$noconfigdirs ${libstdcxx_version} ${libgcj}"
+    ;;
   powerpc-*-aix*)
     # copied from rs6000-*-* entry
     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
     ;;
   powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)

Reply via email to