Lines Matching refs:ISA
47 for building any ISA-independent targets, such as installing header
49 targets to ISA-specific Makefiles.
56 include mechanism) by all of your ISA-specific Makefiles.
60 These are your library's ISA-specific Makefiles, one per ISA
63 needed ISA-specific rules and definitions, perhaps overriding those
96 rules for building ISA-independent targets, but should defer the
97 building of all other targets to ISA-specific Makefiles. The
98 ISA-independent targets usually consist of:
116 they are ISA-independent.
214 As previously mentioned, you should defer all ISA-specific targets to your
215 ISA-specific Makefiles. You can do this by:
227 on a 64-bit ISA.
291 ISA-dependent rules and definitions, as long you express them in an
292 ISA-independent way (e.g., by using $(MACH), $(TARGETMACH), and their kin).
382 your ISA-specific Makefiles, make sure you specify the directory
418 Set to the list of mapfiles used to link each ISA-specific version
422 convention. If you have supplemental ISA-dependent mapfiles that
489 ISA-specific Makefiles (see above).
554 The ISA-Specific Makefiles
557 As the name implies, your ISA-specific Makefiles should contain macros and
558 rules that cannot be expressed in an ISA-independent way. Usually, the only
560 for 32-bit and 64-bit libraries. For instance, here are the ISA-specific