mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
Update config.sub for gcc and binutils in ppc toolchain (Cygwin fix)
This commit is contained in:
@@ -148,6 +148,7 @@ def build():
|
|||||||
make('{cloog}', 'install')
|
make('{cloog}', 'install')
|
||||||
|
|
||||||
with env(CFLAGS='-Wno-error'):
|
with env(CFLAGS='-Wno-error'):
|
||||||
|
update_autotools('{archives}/{binutils}')
|
||||||
configure('{binutils}',
|
configure('{binutils}',
|
||||||
'--prefix={target}',
|
'--prefix={target}',
|
||||||
'--target=ppc-amigaos',
|
'--target=ppc-amigaos',
|
||||||
@@ -163,6 +164,7 @@ def build():
|
|||||||
CC=find_executable(CC) + ' -m32',
|
CC=find_executable(CC) + ' -m32',
|
||||||
CXX=find_executable(CXX) + ' -m32')
|
CXX=find_executable(CXX) + ' -m32')
|
||||||
|
|
||||||
|
update_autotools('{archives}/{gcc}')
|
||||||
with env(**gcc_env):
|
with env(**gcc_env):
|
||||||
configure('{gcc}',
|
configure('{gcc}',
|
||||||
'--prefix={target}',
|
'--prefix={target}',
|
||||||
|
|||||||
Reference in New Issue
Block a user