From: ceriel Date: Tue, 10 Oct 1989 10:38:39 +0000 (+0000) Subject: Initial revision X-Git-Tag: release-5-5~2252 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8f74dd7ae6d2abf1485b531d4c1e9e599a359376;p=ack.git Initial revision --- diff --git a/lib/i386/.distr b/lib/i386/.distr new file mode 100644 index 000000000..7a41a7d7b --- /dev/null +++ b/lib/i386/.distr @@ -0,0 +1 @@ +descr diff --git a/lib/i386/descr b/lib/i386/descr new file mode 100644 index 000000000..904621567 --- /dev/null +++ b/lib/i386/descr @@ -0,0 +1,56 @@ +# $Revision$ +var w=4 +var p=4 +var s=2 +var l=4 +var f=4 +var d=8 +var NAME=i386 +var M=i386 +var LIB=lib/{M}/tail_ +var RT=lib/{M}/head_ +var CPP_F=-Dunix -D__USG +var INCLUDES=-I{EM}/include/_tail_cc +var ALIGN=-a0:4 -a1:4 -a2:4 -a3:4 -b1:0x1880000 +name be + from .m.g + to .s + program {EM}/lib/{M}/cg + args < + stdout + need .e +end +name as + from .s.so + to .o + program {EM}/lib/{M}/as + args - -o > < + prep cond +end +name led + from .o.a + to .out + program {EM}/lib/em_led + mapflag -l* LNAME={EM}/{LIB}* + mapflag -fp FLOATS={EM}/{LIB}fp + args {ALIGN} {SEPID?} (.e:{HEAD}={EM}/{RT}em) \ + ({RTS}:.ocm.b.c={EM}/{RT}cc) \ + ({RTS}:.mod={EM}/{RT}m2) \ + ({RTS}:.p={EM}/{RT}pc) \ + -o > < \ + (.p:{TAIL}={EM}/{LIB}pc) \ + (.b:{TAIL}={EM}/{LIB}bc) \ + (.mod:{TAIL}={EM}/{LIB}m2) \ + (.ocm:{TAIL}={EM}/{LIB}ocm) \ + (.ocm.b.c:{TAIL}={EM}/{LIB}cc.1s {EM}/{LIB}cc.2g) \ + {FLOATS?} \ + (.e:{TAIL}={EM}/{LIB}em {EM}/{LIB}mon {EM}/lib/{M}/end_em) + linker +end +name cv + from .out + to .cv + program {EM}/lib/{M}/cv + args < > + outfile a.out +end diff --git a/mach/i386/.distr b/mach/i386/.distr new file mode 100644 index 000000000..447a00fdc --- /dev/null +++ b/mach/i386/.distr @@ -0,0 +1,12 @@ +Action +as +ce +cv +libbc +libcc +libem +libfp +libm2 +liboc +libpc +ncg diff --git a/mach/i386/Action b/mach/i386/Action new file mode 100644 index 000000000..158a9e08b --- /dev/null +++ b/mach/i386/Action @@ -0,0 +1,33 @@ +name "Intel 80386 assembler" +dir as +end +name "Intel 80386 backend" +dir ncg +end +name "Intel 80386 Xenix System V conversion program" +dir cv +end +name "Intel 80386 C libraries" +dir libcc +end +name "Intel 80386 EM library" +dir libem +end +name "Intel 80386 Pascal library" +dir libpc +end +name "Intel 80386 Basic library" +dir libbc +end +name "Intel 80836 Occam library" +dir liboc +end +name "Intel 80836 floating point library" +dir libfp +end +name "Intel 80836 Modula-2 library" +dir libm2 +end +name "Intel 80836 Xenix systemcall library" +dir libsys +end