We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca4a90 commit a008957Copy full SHA for a008957
toolchain-m68k
@@ -395,6 +395,8 @@ def build():
395
'--with-headers={sources}/{ixemul}/include',
396
from_dir='{submodules}/{gcc}')
397
touch_genfiles('{submodules}/{gcc}')
398
+ touch('{submodules}/{gcc}/gcc/c-parse.gperf')
399
+ touch('{submodules}/{gcc}/gcc/configure')
400
make('{gcc}', 'all-gcc',
401
MAKEINFO='makeinfo', CFLAGS_FOR_TARGET='-noixemul')
402
make('{gcc}', 'install-gcc',
@@ -437,6 +439,7 @@ def build():
437
439
with env(CC='m68k-amigaos-gcc -noixemul',
438
440
AR='m68k-amigaos-ar',
441
RANLIB='m68k-amigaos-ranlib'):
442
+ touch('{submodules}/{libdebug}/configure')
443
configure('{libdebug}',
444
'--prefix={target}/m68k-amigaos/libnix',
445
'--host=m68k-amigaos',
0 commit comments