File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -755,14 +755,17 @@ bindist:
755755 # (needed anyways to avoid tarbombs)
756756 mkdir -p $(packbin ) $(packinc ) $(packlib )
757757
758- # Copy fbc, binutils etc. (standalone), includes, libs (including the
759- # non-FB ones for standalone)
758+ # Copy fbc, binutils + gcc's libexec/.../cc1.exe (standalone), includes,
759+ # libs (including the non-FB ones for standalone)
760760 cp $(FBC_EXE) $(packbin)
761761 cp -r $(rootdir)inc/* $(packinc)
762762 ifdef ENABLE_STANDALONE
763763 mkdir -p $(FBPACKAGE)/bin/$(FBTARGET)
764764 cp bin/$(FBTARGET)/* $(FBPACKAGE)/bin/$(FBTARGET)
765765 cp lib/$(FBTARGET)/*.a lib/$(FBTARGET)/*.o lib/$(FBTARGET)/*.x $(packlib)
766+ if [ -d bin/libexec ]; then \
767+ cp -R bin/libexec $(FBPACKAGE)/bin; \
768+ fi
766769 else
767770 cp $(RTL_LIBS) $(GFX_LIBS) $(packlib)
768771 endif
You can’t perform that action at this time.
0 commit comments