Update config.sub for gcc and binutils in ppc toolchain (Cygwin fix)

This commit is contained in:
Krystian Bacławski 2017-01-17 22:16:10 +01:00
parent b2c9a1c171
commit 482f56f7db
1 changed files with 2 additions and 0 deletions

View File

@ -148,6 +148,7 @@ def build():
make('{cloog}', 'install')
with env(CFLAGS='-Wno-error'):
update_autotools('{archives}/{binutils}')
configure('{binutils}',
'--prefix={target}',
'--target=ppc-amigaos',
@ -163,6 +164,7 @@ def build():
CC=find_executable(CC) + ' -m32',
CXX=find_executable(CXX) + ' -m32')
update_autotools('{archives}/{gcc}')
with env(**gcc_env):
configure('{gcc}',
'--prefix={target}',