Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Pull earlephilhower#30 seems to have broken builds inside the cross-compile docker image.
Undo it for now to generate a 3.1.0 GCC with many minor fixes and
optimizations.
  • Loading branch information
earlephilhower committed Jun 21, 2022
1 parent 1dc7fdc commit 8903880
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -381,10 +381,7 @@ clean: .cleaninst.LINUX.clean .cleaninst.LINUX32.clean .cleaninst.WIN32.clean .c
gz) (cd $(REPODIR)/$(GCC_DIR); tar xfz ../$${archive});; \
bz2) (cd $(REPODIR)/$(GCC_DIR); tar xfj ../$${archive});; \
esac ; \
(cd $(REPODIR)/$(GCC_DIR); rm -rf $${base}; ln -s $${name} $${base}) ; \
case "$${base}" in \
libelf) (cd $(REPODIR)/$(GCC_DIR)/$${base}; rm configure; autoreconf -i);;\
esac ; \
(cd $(REPODIR)/$(GCC_DIR); rm -rf $${base}; ln -s $${name} $${base}) \
done >> $(call log,$@) 2>&1
touch $@

Expand Down
19 changes: 0 additions & 19 deletions patches/bin-002-fortify-source.patch

This file was deleted.

0 comments on commit 8903880

Please sign in to comment.