1
0
mirror of https://github.com/cahirwpz/amigaos-cross-toolchain synced 2025-11-21 18:55:54 +00:00

gcc & binutils don't need patches anymore

This commit is contained in:
Krystian Bacławski
2016-04-17 21:10:22 +02:00
parent 85b84d3ea4
commit e6a69cde46

View File

@ -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}',