2
0
mirror of https://frontier.innolan.net/github/amigaos-cross-toolchain6.git synced 2024-10-19 10:29:55 +00:00

@R clean includes/-fix if gcc was changed

This commit is contained in:
bebbo
2017-06-18 20:08:19 +02:00
parent c04f820c3a
commit 927e6cf46d

View File

@ -358,6 +358,9 @@ def _build(pull):
removemodule('{clib2}')
removemodule('{libdebug}')
removemodule('{libm}')
rmtree(path.join('{build}', '{gcc}', 'gcc/include'))
rmtree(path.join('{build}', '{gcc}', 'gcc/include-fixed'))
remove(path.join('{build}', '{gcc}', 'gcc/stmp*'))
if checkstamps('{libnix}'):
removemodule('{libnix}')
@ -517,7 +520,7 @@ def _build(pull):
'--enable-languages=c,c++,objc',
'--enable-version-specific-runtime-libs',
'--disable-libssp',
'--with-headers={sources}/{ixemul}/include',
# '--with-headers={sources}/{ixemul}/include',
from_dir='{submodules}/{gcc}')
touch_genfiles('{submodules}/{gcc}')
make('{gcc}', 'all-gcc',