Skip to content

Commit

Permalink
Use "cross compile" when it's a noun
Browse files Browse the repository at this point in the history
  • Loading branch information
iguessthislldo committed Apr 30, 2024
1 parent 2a4535f commit 4829b5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ my %platforminfo =
'no_host' => 1,
'aceplatform' => 'lynxos',
'compiler_root_env' => 'ENV_PREFIX',
'usage' => ['Set up the cross-compile using '.
'usage' => ['Set up the cross compile using '.
'the script from LynxOS',
],
},
Expand Down Expand Up @@ -191,7 +191,7 @@ my @specs =
'target=s', 'Cross-compile target (none): see --target-help',
'target-arch=s', 'Architecture for target (none): see --target-help',
'target-compiler=s', 'Compiler for target (if req\'d): see --target-help',
'host-tools=s', 'DDS_ROOT of host tools for cross-compile (build)',
'host-tools=s', 'DDS_ROOT of host tools for cross compile (build)',
'host-ace=s', 'Define host ACE_ROOT (uses relative path from' .
$argIndent . 'target DDS_ROOT to target ACE_ROOT)',
'host-tools-only!', 'Just build the host tools (no)',
Expand Down

0 comments on commit 4829b5a

Please sign in to comment.