freebsd-ports/devel/msp430-gcc/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 2009-04-25 08:10:29.000000000 +0400
+++ Makefile.in 2011-06-22 00:04:31.000000000 +0400
@@ -2611,7 +2611,6 @@
maybe-install-libcpp \
maybe-install-libdecnumber \
maybe-install-libgui \
- maybe-install-libiberty \
maybe-install-libiconv \
maybe-install-libtool \
maybe-install-m4 \
@@ -2688,7 +2687,6 @@
maybe-install-libcpp \
maybe-install-libdecnumber \
maybe-install-libgui \
- maybe-install-libiberty \
maybe-install-libiconv \
maybe-install-libtool \
maybe-install-m4 \
@@ -28741,12 +28739,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