diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-10-23 20:22:26 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-10-23 20:22:26 +0000 |
commit | 644f08fd827aed32219e9a2bf76668f43c849b25 (patch) | |
tree | 4e2f2958b75c275e4519c6fbc0f745b4437c0f79 /loader | |
parent | e4265815b58e8babf94bfe8c7fbefd616e3298a9 (diff) | |
download | anaconda-644f08fd827aed32219e9a2bf76668f43c849b25.tar.gz anaconda-644f08fd827aed32219e9a2bf76668f43c849b25.tar.xz anaconda-644f08fd827aed32219e9a2bf76668f43c849b25.zip |
ppc build fixes
Diffstat (limited to 'loader')
-rw-r--r-- | loader/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/Makefile b/loader/Makefile index 91ca55e3d..031cbd750 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -125,7 +125,7 @@ LOADERLIBS += -lresolv STATIC=-static else ifeq (ppc, $(ARCH)) -MINILIBC=MINILIBC.o +MINILIBC=minilibc.o COPTS+=-DUSE_MINILIBC=1 -DUSE_LOGDEV LDFLAGS = -nostdlib /usr/lib/crt1.o LOADERLIBS += -lrpc |