Initial revision

This commit is contained in:
ceriel 1989-02-14 18:03:13 +00:00
parent 01626b2c32
commit fcc033df20
3 changed files with 27 additions and 0 deletions

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

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

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

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

View file

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