1
0
mirror of https://github.com/sebastianbergmann/docker-amiga-gcc.git synced 2026-05-03 02:35:49 +00:00

Use --cpu instead of -C

This commit is contained in:
Sebastian Bergmann
2018-08-07 11:11:11 +02:00
parent 7386fb8a7b
commit 3db61cab2f

View File

@@ -41,7 +41,7 @@
<arg value="${basedir}/test:/host"/>
<arg value="sebastianbergmann/amitools:latest"/>
<arg value="vamos"/>
<arg value="-C"/>
<arg value="--cpu"/>
<arg value="68020"/>
<arg value="/host/hello"/>
</exec>