zyxmon / entware-arm

GNU General Public License v2.0
41 stars 13 forks source link

fix toolchain makefile to prevent repeated patching of crosstool-ng #7

Closed pjvenda-zz closed 9 years ago

pjvenda-zz commented 9 years ago

crosstool-ng was being patched every time 'make' was run in entware-arm in a way that the patch files for gcc 4.8.4 were being duplicated at every occurrence. Therefore any run past the first would fail to patch gcc. fixed by ensuring that crosstool-ng is not extracted and patched if it already exists.