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.
11
11
The object file 'object.intel' was compiled from 'source.c' with goto-cc
12
12
on a 64-bit platform:
13
13
14
- goto-cc -c source.c
14
+ goto-cc -c source.c -o object.intel
15
15
16
16
preproc.i is already pre-processed so that it can be linked in without
17
17
needing 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
11
11
file 'object.intel' was compiled from 'source.c' with goto-cc on a
12
12
64-bit platform:
13
13
14
- goto-cc -c source.c
14
+ goto-cc -c source.c -o object.intel
15
15
16
16
preproc.i is already pre-processed so that it can be linked in without
17
17
needing to invoke a pre-processor from a cross-compile toolchain on your
You can’t perform that action at this time.
0 commit comments