Initial revision

This commit is contained in:
ceriel 1988-04-07 11:45:42 +00:00
parent 10b3d3d862
commit 87a5000e57
3 changed files with 27 additions and 0 deletions

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

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

22
mach/i86/libfp/Makefile Normal file
View file

@ -0,0 +1,22 @@
EMHOME=../../..
SUF=o
MAKEFILE=$(EMHOME)/mach/proto/fp/Makefile
MACHDEF="MACH=i86" "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 0
#define WORDS_REVERSED 1
#define CHAR_UNSIGNED 0