From e6a69cde46389a3f200d617dd17b92d45d2ced89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20Bac=C5=82awski?= Date: Sun, 17 Apr 2016 21:10:22 +0200 Subject: [PATCH] gcc & binutils don't need patches anymore --- toolchain-m68k | 2 -- 1 file changed, 2 deletions(-) diff --git a/toolchain-m68k b/toolchain-m68k index 128c402..87ba63c 100755 --- a/toolchain-m68k +++ b/toolchain-m68k @@ -335,7 +335,6 @@ def build(): """ unpack('{binutils}') - patch('{binutils}') configure('{binutils}', '--prefix={target}', '--host=i686-linux-gnu', @@ -347,7 +346,6 @@ def build(): patch('{ixemul}') unpack('{gcc}') - patch('{gcc}') with env(CC=environ['CC'] + ' -std=gnu89', CXX=environ['CXX'] + ' -std=gnu++98'): configure('{gcc}',