File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This tests the -mcpu=cortex=a15 flag that should activate ARM-32 mode.
1111The object file 'object.intel' was compiled from 'source.c' with goto-cc
1212on a 64-bit platform:
1313
14- goto-cc -c source.c
14+ goto-cc -c source.c -o object.intel
1515
1616preproc.i is already pre-processed so that it can be linked in without
1717needing to invoke a pre-processor from a cross-compile toolchain on your
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This tests the -mthumb flag that should activate ARM-32 mode. The object
1111file 'object.intel' was compiled from 'source.c' with goto-cc on a
121264-bit platform:
1313
14- goto-cc -c source.c
14+ goto-cc -c source.c -o object.intel
1515
1616preproc.i is already pre-processed so that it can be linked in without
1717needing to invoke a pre-processor from a cross-compile toolchain on your
You can’t perform that action at this time.
0 commit comments