Albert Koelmans newest version, adapted for use with improved fp package
This commit is contained in:
parent
321a62a192
commit
b7a61761f3
3 changed files with 30 additions and 0 deletions
2
mach/arm/libfp/.distr
Normal file
2
mach/arm/libfp/.distr
Normal file
|
@ -0,0 +1,2 @@
|
|||
Makefile
|
||||
byte_order.h
|
22
mach/arm/libfp/Makefile
Normal file
22
mach/arm/libfp/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
EMHOME=../../..
|
||||
SUF=so
|
||||
MAKEFILE=$(EMHOME)/mach/proto/fp/Makefile
|
||||
MACHDEF="MACH=arm" "CFLAGS=-DUSE_DIVIDE" "SUF=$(SUF)" "ASAR=arch"
|
||||
|
||||
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
|
6
mach/arm/libfp/byte_order.h
Normal file
6
mach/arm/libfp/byte_order.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#define CHAR_UNSIGNED 0
|
||||
#define MSB_AT_LOW_ADDRESS 0
|
||||
#define MSW_AT_LOW_ADDRESS 0
|
||||
#define FL_MSB_AT_LOW_ADDRESS 0
|
||||
#define FL_MSW_AT_LOW_ADDRESS 0
|
||||
#define FL_MSL_AT_LOW_ADDRESS 0
|
Loading…
Reference in a new issue