Initial revision
authorceriel <none@none>
Tue, 14 Feb 1989 18:03:13 +0000 (18:03 +0000)
committerceriel <none@none>
Tue, 14 Feb 1989 18:03:13 +0000 (18:03 +0000)
mach/i386/libfp/.distr [new file with mode: 0644]
mach/i386/libfp/Makefile [new file with mode: 0644]
mach/i386/libfp/byte_order.h [new file with mode: 0644]

diff --git a/mach/i386/libfp/.distr b/mach/i386/libfp/.distr
new file mode 100644 (file)
index 0000000..deec15c
--- /dev/null
@@ -0,0 +1,2 @@
+Makefile
+byte_order.h
diff --git a/mach/i386/libfp/Makefile b/mach/i386/libfp/Makefile
new file mode 100644 (file)
index 0000000..98549b0
--- /dev/null
@@ -0,0 +1,22 @@
+EMHOME=../../..
+SUF=o
+MAKEFILE=$(EMHOME)/mach/proto/fp/Makefile
+MACHDEF="MACH=i386" "CFLAGS=-DIEEEFORMAT" "SUF=$(SUF)" "ASAR=aal"
+
+all:
+       make -f $(MAKEFILE) $(MACHDEF) all
+
+install:
+       make -f $(MAKEFILE) $(MACHDEF) install
+
+cmp:   all
+       -../../compare FP_$(MACH).a tail_fp
+
+clean:
+       make -f $(MAKEFILE) $(MACHDEF) clean
+
+opr:
+       make pr | opr
+
+pr:
+       @pr Makefile
diff --git a/mach/i386/libfp/byte_order.h b/mach/i386/libfp/byte_order.h
new file mode 100644 (file)
index 0000000..b11f599
--- /dev/null
@@ -0,0 +1,3 @@
+#define BYTES_REVERSED 0
+#define WORDS_REVERSED 1
+#define CHAR_UNSIGNED 0