dbetz / propeller-gcc

A port of GCC to the Parallax Propeller
GNU General Public License v3.0
8 stars 4 forks source link

please install fastspin too... #8

Open drawkula opened 6 years ago

drawkula commented 6 years ago

Please add installing fastspin too. It already is built while building spin2cpp, just installing it is missing.


diff --git a/Makefile b/Makefile
index d510865..583a727 100644
--- a/Makefile
+++ b/Makefile
@@ -330,7 +330,7 @@ spin2cpp:
        @$(ECHO) Building spin2cpp
        @$(MAKE) -C spin2cpp CROSS=$(CROSS) BUILD=$(BUILD)/spin2cpp
        @$(ECHO) Installing spin2cpp
-       @$(CP) $(BUILD)/spin2cpp/spin2cpp$(EXT) $(PREFIX)/bin
+       @$(CP) $(BUILD)/spin2cpp/spin2cpp$(EXT) $(BUILD)/spin2cpp/fastspin$(EXT) $(PREFIX)/bin

 .PHONY:        clean-spin2cpp
 clean-spin2cpp: