diff options
| author | Jeremy Katz <katzj@redhat.com> | 2002-10-23 21:31:36 +0000 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2002-10-23 21:31:36 +0000 |
| commit | 44c972bfbed7fc16d3f5f4fc9b3ba37e69dfd2de (patch) | |
| tree | 37766146a9618e25569425f4f998a568a7cc9294 | |
| parent | 967b0b22f1371e52fd086779f018211ea9eafc56 (diff) | |
ppc needs to use gzlib with diet
| -rw-r--r-- | loader/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/loader/Makefile b/loader/Makefile index 031cbd750..9437599bd 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -36,6 +36,9 @@ CFLAGS = $(COPTS) $(OPTS) -ffunction-sections -D_GNU_SOURCE=1 -D_FILE_OFFSET_BIT ifeq (i386, $(ARCH)) CFLAGS += -DGZLIB=1 endif +ifeq (ppc, $(ARCH)) +CFLAGS += -DGZLIB=1 +endif ALLOBJS = $(OBJS) $(PCMCIAOBJS) |
