diff options
author | lloyd <[email protected]> | 2007-10-22 21:07:02 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-10-22 21:07:02 +0000 |
commit | 238580db7e45151bfc91894bf94341d11b2eba04 (patch) | |
tree | b8282cb5ada451a4dc0321cde2590468bd9ccfd7 /modules/mp_amd64/modinfo.txt | |
parent | 5d5c91cd44d6875dd2ede126abedb724b5a73ebd (diff) |
Change the syntax from load_on: to load_on (since that way configure.pl can
use the generic variable reading routines).
Instead of hardcoding the module sets (historically, 'unix', 'beos', and
'win32') into the script, have each module specify which group(s) (if any) it
should be considered a member of in its modinfo.txt file.
Add a new module set compression which contains (currently) the zlib and bzip2
modules.
Diffstat (limited to 'modules/mp_amd64/modinfo.txt')
-rw-r--r-- | modules/mp_amd64/modinfo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mp_amd64/modinfo.txt b/modules/mp_amd64/modinfo.txt index 0e24da0d9..527d9a2c6 100644 --- a/modules/mp_amd64/modinfo.txt +++ b/modules/mp_amd64/modinfo.txt @@ -2,7 +2,7 @@ realname "MPI Assembler Backend for x86-64/AMD64 Systems" mp_bits 64 -load_on: asm_ok +load_on asm_ok <replace> mp_asm.h |