From cc8247386812fe1f0f1af9b81121dfe2798f0488 Mon Sep 17 00:00:00 2001 From: lloyd Date: Mon, 12 Mar 2007 01:12:25 +0000 Subject: Provide a more flexible mechanism for specifying which modules are loaded. Now three classes are defined: 'request', 'auto', and 'asm_ok'. The 'auto' class is loaded automatically if the platform support matches up with what we are building for (this is the former default). The 'request' mode means it is only loaded if specifically requested by name. The 'asm_ok' module is marked for all modules that use any assembler (including inline assembler). This normally functions like 'auto', unless --debug is passed to configure, in which case it is treated as 'request'. Modules which do not specify a load behavior are given a default of 'request'. --- modules/mp_ia32/modinfo.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/mp_ia32') diff --git a/modules/mp_ia32/modinfo.txt b/modules/mp_ia32/modinfo.txt index 2c23efb03..805fb656f 100644 --- a/modules/mp_ia32/modinfo.txt +++ b/modules/mp_ia32/modinfo.txt @@ -2,6 +2,8 @@ realname "MPI Assembler Backend for x86 Systems" mp_bits 32 +load_on: asm_ok + mp_asm.h mp_asmi.h -- cgit v1.2.3