Skip to content

Commit a008957

Browse files
committed
Fix for issue #48
1 parent 4ca4a90 commit a008957

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

toolchain-m68k

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,8 @@ def build():
395395
'--with-headers={sources}/{ixemul}/include',
396396
from_dir='{submodules}/{gcc}')
397397
touch_genfiles('{submodules}/{gcc}')
398+
touch('{submodules}/{gcc}/gcc/c-parse.gperf')
399+
touch('{submodules}/{gcc}/gcc/configure')
398400
make('{gcc}', 'all-gcc',
399401
MAKEINFO='makeinfo', CFLAGS_FOR_TARGET='-noixemul')
400402
make('{gcc}', 'install-gcc',
@@ -437,6 +439,7 @@ def build():
437439
with env(CC='m68k-amigaos-gcc -noixemul',
438440
AR='m68k-amigaos-ar',
439441
RANLIB='m68k-amigaos-ranlib'):
442+
touch('{submodules}/{libdebug}/configure')
440443
configure('{libdebug}',
441444
'--prefix={target}/m68k-amigaos/libnix',
442445
'--host=m68k-amigaos',

0 commit comments

Comments
 (0)