We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1757bed commit 78d81d7Copy full SHA for 78d81d7
Makefile
@@ -381,7 +381,10 @@ clean: .cleaninst.LINUX.clean .cleaninst.LINUX32.clean .cleaninst.WIN32.clean .c
381
gz) (cd $(REPODIR)/$(GCC_DIR); tar xfz ../$${archive});; \
382
bz2) (cd $(REPODIR)/$(GCC_DIR); tar xfj ../$${archive});; \
383
esac ; \
384
- (cd $(REPODIR)/$(GCC_DIR); rm -rf $${base}; ln -s $${name} $${base}) \
+ (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 ; \
388
done >> $(call log,$@) 2>&1
389
touch $@
390
0 commit comments