Hi Dmitry,

Attached is a patch to add a line to configure.in of gcc to stop the make from building libgcj, libiberty and libstdc++.

Sometime it would be good to add the functions is libstdc++/libsupc++ (line new and delete) to msp430-libc so that new and delete work in c++, at the moment they require abort etc but this needs fixing. Ill have a go in the next few days if we think these are needed for c++ on the msp430.

Regards,

--
Peter Jansen
STS
Australian Antarctic Division
Channel Highway
Kingston
TAS        7050
AUSTRALIA
Ph  (03) 62 323 533
Fax (03) 62 323 351

___________________________________________________________________________

   Australian Antarctic Division - Commonwealth of Australia
IMPORTANT: This transmission is intended for the addressee only. If you are
not the intended recipient, you are notified that use or dissemination of
this communication is strictly prohibited by Commonwealth law. If you have
received this transmission in error, please notify the sender immediately
by e-mail or by telephoning +61 3 6232 3209 and DELETE the message.
       Visit our web site at http://www.aad.gov.au/
___________________________________________________________________________
--- gcc-20030407/configure.in   2003-03-10 04:05:46.000000000 +1100
+++ gcc-20030407-msp/configure.in       2003-04-11 12:35:15.000000000 +1000
@@ -358,12 +358,15 @@
   thumb-*-pe)
     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
     ;;
   arm-*-riscix*)
     noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}"
     ;;
+  msp430-*-*)
+    noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version} 
${libgcj}"
+    ;;
   avr-*-*)
     noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version} 
${libgcj}"
     ;;
   c4x-*-* | tic4x-*-*)
     noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss ${libgcj}"
     ;;

Reply via email to