From: ceriel Date: Thu, 7 Apr 1988 12:23:02 +0000 (+0000) Subject: Initial revision X-Git-Tag: release-5-5~3492 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4e2aea5cb0334b2fd91d3de1778e9e393ec8df87;p=ack.git Initial revision --- diff --git a/mach/m68020/libfp/.distr b/mach/m68020/libfp/.distr new file mode 100644 index 000000000..deec15c04 --- /dev/null +++ b/mach/m68020/libfp/.distr @@ -0,0 +1,2 @@ +Makefile +byte_order.h diff --git a/mach/m68020/libfp/Makefile b/mach/m68020/libfp/Makefile new file mode 100644 index 000000000..c05de1a61 --- /dev/null +++ b/mach/m68020/libfp/Makefile @@ -0,0 +1,22 @@ +EMHOME=../../.. +SUF=o +MAKEFILE=$(EMHOME)/mach/proto/fp/Makefile +MACHDEF="MACH=m68020" "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/m68020/libfp/byte_order.h b/mach/m68020/libfp/byte_order.h new file mode 100644 index 000000000..e7c51e106 --- /dev/null +++ b/mach/m68020/libfp/byte_order.h @@ -0,0 +1,3 @@ +#define BYTES_REVERSED 1 +#define WORDS_REVERSED 0 +#define CHAR_UNSIGNED 0