Lines Matching refs:ISA
44 for building any ISA-independent targets, such as installing header
46 targets to ISA-specific Makefiles.
53 include mechanism) by all of your ISA-specific Makefiles.
57 These are your library's ISA-specific Makefiles, one per ISA
60 needed ISA-specific rules and definitions, perhaps overriding those
93 rules for building ISA-independent targets, but should defer the
94 building of all other targets to ISA-specific Makefiles. The
95 ISA-independent targets usually consist of:
113 they are ISA-independent.
211 As previously mentioned, you should defer all ISA-specific targets to your
212 ISA-specific Makefiles. You can do this by:
224 on a 64-bit ISA.
286 ISA-dependent rules and definitions, as long you express them in an
287 ISA-independent way (e.g., by using $(MACH), $(TARGETMACH), and their kin).
374 your ISA-specific Makefiles, make sure you specify the directory
396 Set to the list of mapfiles used to link each ISA-specific version
400 convention. If you have supplemental ISA-dependent mapfiles that
466 ISA-specific Makefiles (see above).
520 The ISA-Specific Makefiles
523 As the name implies, your ISA-specific Makefiles should contain macros and
524 rules that cannot be expressed in an ISA-independent way. Usually, the only
526 for 32-bit and 64-bit libraries. For instance, here are the ISA-specific