summaryrefslogtreecommitdiff
path: root/devel/gcc-msp430-ti-toolchain/files/patch-libgloss_msp430_Makefile.in
diff options
context:
space:
mode:
authorLev A. Serebryakov <lev@FreeBSD.org>2015-10-19 13:34:20 +0000
committerLev A. Serebryakov <lev@FreeBSD.org>2015-10-19 13:34:20 +0000
commitdf1061b6faad439d0687e0860da79ab24d0cc183 (patch)
treecb8596136b4bbadddd49cb3c7a1e681b830561b0 /devel/gcc-msp430-ti-toolchain/files/patch-libgloss_msp430_Makefile.in
parent- Add additional instances variable for puppet/chef/cfengine/etc use (diff)
New port: GCC toolchain for TI's MSP430 microcontrollers.
It is official open-source release, prepared for TI by RedHat. Old "mspgcc" ports, which were made obsolete almost year ago, are marked as DEPRECATED.
Notes
Notes: svn path=/head/; revision=399668
Diffstat (limited to 'devel/gcc-msp430-ti-toolchain/files/patch-libgloss_msp430_Makefile.in')
-rw-r--r--devel/gcc-msp430-ti-toolchain/files/patch-libgloss_msp430_Makefile.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/gcc-msp430-ti-toolchain/files/patch-libgloss_msp430_Makefile.in b/devel/gcc-msp430-ti-toolchain/files/patch-libgloss_msp430_Makefile.in
new file mode 100644
index 000000000000..2cd5e16e7624
--- /dev/null
+++ b/devel/gcc-msp430-ti-toolchain/files/patch-libgloss_msp430_Makefile.in
@@ -0,0 +1,16 @@
+--- libgloss/msp430/Makefile.in.orig 2014-12-10 13:01:36 UTC
++++ libgloss/msp430/Makefile.in
+@@ -157,11 +157,11 @@ write.o : $(SDEPS)
+
+ install: $(CRT) $(SIM_BSP) $(LIBNOSYS) $(LIB_CRT) $(SCRIPTS)
+ for c in $(CRT) $(SIM_BSP) $(LIBNOSYS) $(LIB_CRT); do \
+- $(INSTALL_DATA) $$c $(tooldir)/lib${MULTISUBDIR}/$$c ;\
++ $(INSTALL_DATA) $$c $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$$c ;\
+ done
+ for c in $(SCRIPTS); do \
+ b=`basename $$c`; \
+- $(INSTALL_DATA) $$c $(tooldir)/lib${MULTISUBDIR}/$$b ;\
++ $(INSTALL_DATA) $$c $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$$b ;\
+ done
+
+ clean mostlyclean: