Skip to content

Commit 8903880

Browse files
Undo #30
Pull #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.
1 parent 1dc7fdc commit 8903880

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -381,10 +381,7 @@ clean: .cleaninst.LINUX.clean .cleaninst.LINUX32.clean .cleaninst.WIN32.clean .c
381381
gz) (cd $(REPODIR)/$(GCC_DIR); tar xfz ../$${archive});; \
382382
bz2) (cd $(REPODIR)/$(GCC_DIR); tar xfj ../$${archive});; \
383383
esac ; \
384-
(cd $(REPODIR)/$(GCC_DIR); rm -rf $${base}; ln -s $${name} $${base}) ; \
385-
case "$${base}" in \
386-
libelf) (cd $(REPODIR)/$(GCC_DIR)/$${base}; rm configure; autoreconf -i);;\
387-
esac ; \
384+
(cd $(REPODIR)/$(GCC_DIR); rm -rf $${base}; ln -s $${name} $${base}) \
388385
done >> $(call log,$@) 2>&1
389386
touch $@
390387

patches/bin-002-fortify-source.patch

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)