aboutsummaryrefslogtreecommitdiffstats
path: root/src/asm/mp_ia32/modinfo.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-28 19:29:24 +0000
committerlloyd <[email protected]>2008-09-28 19:29:24 +0000
commit9bcfe627321ddc81691b835dffaa6324ac4684a4 (patch)
treefe5e8ae9813b853549558b59833022e87e83981b /src/asm/mp_ia32/modinfo.txt
parent9822a701516396b7de4e41339faecd48ff8dc8ff (diff)
Move all modules into src/ directory
Diffstat (limited to 'src/asm/mp_ia32/modinfo.txt')
-rw-r--r--src/asm/mp_ia32/modinfo.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/asm/mp_ia32/modinfo.txt b/src/asm/mp_ia32/modinfo.txt
new file mode 100644
index 000000000..cf4959250
--- /dev/null
+++ b/src/asm/mp_ia32/modinfo.txt
@@ -0,0 +1,19 @@
+realname "x86 MPI Assembler Core"
+
+mp_bits 32
+
+load_on asm_ok
+
+<replace>
+mp_asm.h
+mp_asmi.h
+</replace>
+
+<arch>
+ia32
+</arch>
+
+<cc>
+gcc
+icc
+</cc>