ports/devel/msp430-binutils/files/patch-Makefile.in
Lev A. Serebryakov b1830c6dc0 Update msp430 toolchain to new version:
mspgcc release 20110716:
     binutils-2.21.1.20110716
     gcc-4.5.3.20110706
     gdb-7.2.20110103

     msp430mcu-20110613 (new port, platform headers, converted from offical TI
                         ones and linking scripts, generated from datasheets).

     msp430-libc-1.0.20110612

   Preserve old msp430-gcc as `devel/msp430-gcc3'
   Make mps430-libc work with both gcc versions.
   Add CONFLICTS to msp430-gcc*.
   Add LICENSE clauses to all FSF-based ports.
2011-07-26 16:26:06 +00:00

37 lines
1.1 KiB
Text

--- Makefile.in.orig 2010-12-08 11:37:52.000000000 +0300
+++ Makefile.in 2011-06-21 23:50:38.000000000 +0400
@@ -2864,7 +2864,6 @@
maybe-install-libcpp \
maybe-install-libdecnumber \
maybe-install-libgui \
- maybe-install-libiberty \
maybe-install-libiconv \
maybe-install-libtool \
maybe-install-m4 \
@@ -2945,7 +2944,6 @@
maybe-install-libcpp \
maybe-install-libdecnumber \
maybe-install-libgui \
- maybe-install-libiberty \
maybe-install-libiconv \
maybe-install-libtool \
maybe-install-m4 \
@@ -29731,12 +29729,12 @@
maybe-install-libiberty: install-libiberty
install-libiberty: installdirs
- @: $(MAKE); $(unstage)
- @r=`${PWD_COMMAND}`; export r; \
- s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
- $(HOST_EXPORTS) \
- (cd $(HOST_SUBDIR)/libiberty && \
- $(MAKE) $(FLAGS_TO_PASS) install)
+# @: $(MAKE); $(unstage)
+# @r=`${PWD_COMMAND}`; export r; \
+# s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+# $(HOST_EXPORTS) \
+# (cd $(HOST_SUBDIR)/libiberty && \
+# $(MAKE) $(FLAGS_TO_PASS) install)
@endif libiberty