mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
refs #45: remove old file c-parse.c from gcc-3.4.6
This commit is contained in:
@ -525,6 +525,7 @@ def _build(pull):
|
||||
unpack('{gcc}', top_dir='gcc-3.4.6')
|
||||
patch('{gcc}')
|
||||
remove(path.join('{sources}', '{gcc}', 'gcc/cp/cfns.h'))
|
||||
remove(path.join('{sources}', '{gcc}', 'gcc/c-parse.c'))
|
||||
|
||||
with env(CC=CC, CXX=CXX, CFLAGS=FLAGS, CXXFLAGS=FLAGS):
|
||||
configure('{gcc}',
|
||||
|
||||
Reference in New Issue
Block a user