Initial revision
This commit is contained in:
parent
01626b2c32
commit
fcc033df20
3 changed files with 27 additions and 0 deletions
2
mach/i386/libfp/.distr
Normal file
2
mach/i386/libfp/.distr
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Makefile
|
||||||
|
byte_order.h
|
22
mach/i386/libfp/Makefile
Normal file
22
mach/i386/libfp/Makefile
Normal 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
|
3
mach/i386/libfp/byte_order.h
Normal file
3
mach/i386/libfp/byte_order.h
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#define BYTES_REVERSED 0
|
||||||
|
#define WORDS_REVERSED 1
|
||||||
|
#define CHAR_UNSIGNED 0
|
Loading…
Reference in a new issue