Patches from Brent Johnson for double, off page memo, and big endian support

This commit is contained in:
brianb
2000-08-09 03:04:57 +00:00
parent e05970d711
commit 62dc667342
16 changed files with 315 additions and 86 deletions

View File

@@ -13,7 +13,7 @@ mandir = $(exec_prefix)/man/man1
CC = gcc
CPPFLAGS =
CFLAGS = $(CPPFLAG) -g -O2
CFLAGS = $(CPPFLAG) -g -O2 -DHW_LITTLE_ENDIAN
LDFLAGS =
LIBS =
INSTALL= @INSTALL@
@@ -30,7 +30,7 @@ mdb-dump: dump.o
$(CC) -g -o $@ $<
.c.o:
$(CC) -g -c $<
$(CC) $(CFLAGS) -g -c $<
install:
@for prog in $(PROGS); do \

View File

@@ -30,7 +30,7 @@ mdb-dump: dump.o
$(CC) -g -o $@ $<
.c.o:
$(CC) -g -c $<
$(CC) $(CFLAGS) -g -c $<
install:
@for prog in $(PROGS); do \