Architecture selection
QNX SDP8.0Utilities ReferenceUtilities
An architecture is a type of CPU on which an object file is to run. Its name may contain a colon, separating the name of the processor family from the name of the particular CPU.
The command to list valid architecture values is objdump -i.
Here's how to specify the architecture for the GNU utilities:
- objdump
 -   
  
  
- -m command-line option
 - Deduced from the input file.
 
 - objcopy, nm, size, strings
 - Deduced from the input file.
 - ld
 -   
  
  Input architecture is deduced from the input file.
  
Output architecture:
- OUTPUT_ARCH script command 
      (see 
Option Commands
in Using LD in the full online GNU documentation) - Default architecture from the linker output target (see 
      
Target selection,
above). 
 - OUTPUT_ARCH script command 
      (see 
 
Page updated: 
