From 482f56f7db5069dceedc673d0362f63900572bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20Bac=C5=82awski?= Date: Tue, 17 Jan 2017 22:16:10 +0100 Subject: [PATCH] Update config.sub for gcc and binutils in ppc toolchain (Cygwin fix) --- toolchain-ppc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/toolchain-ppc b/toolchain-ppc index 1ecec2f..755d86f 100755 --- a/toolchain-ppc +++ b/toolchain-ppc @@ -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}',