2
0
mirror of https://frontier.innolan.net/github/amigaos-cross-toolchain6.git synced 2024-10-19 10:29:55 +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}',