Initial revision
This commit is contained in:
parent
a614f3be7a
commit
4e2aea5cb0
2
mach/m68020/libfp/.distr
Normal file
2
mach/m68020/libfp/.distr
Normal file
|
@ -0,0 +1,2 @@
|
|||
Makefile
|
||||
byte_order.h
|
22
mach/m68020/libfp/Makefile
Normal file
22
mach/m68020/libfp/Makefile
Normal 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
|
3
mach/m68020/libfp/byte_order.h
Normal file
3
mach/m68020/libfp/byte_order.h
Normal file
|
@ -0,0 +1,3 @@
|
|||
#define BYTES_REVERSED 1
|
||||
#define WORDS_REVERSED 0
|
||||
#define CHAR_UNSIGNED 0
|
Loading…
Reference in a new issue