Initial revision

This commit is contained in:
ceriel 1988-04-07 12:23:02 +00:00
parent a614f3be7a
commit 4e2aea5cb0
3 changed files with 27 additions and 0 deletions

2
mach/m68020/libfp/.distr Normal file
View file

@ -0,0 +1,2 @@
Makefile
byte_order.h

View file

@ -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

View file

@ -0,0 +1,3 @@
#define BYTES_REVERSED 1
#define WORDS_REVERSED 0
#define CHAR_UNSIGNED 0