diff options
author | Bill Nottingham <notting@redhat.com> | 2007-12-19 14:50:38 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2007-12-19 14:50:38 -0500 |
commit | 70306f69b24e0245479b2faa396c6cb4c472960e (patch) | |
tree | cfb834f052af1f04c2c42bb17cdc468b65235827 /loader2/Makefile | |
parent | 3dbcade47f1ba90b49266acd1af039113b3cf72a (diff) | |
download | anaconda-70306f69b24e0245479b2faa396c6cb4c472960e.tar.gz anaconda-70306f69b24e0245479b2faa396c6cb4c472960e.tar.xz anaconda-70306f69b24e0245479b2faa396c6cb4c472960e.zip |
Switch to a dynamically linked stage 1.
- Use udev, not udev-static.
- Include module-init-tools.
- Link loader dynamically.
- Split DSO dependency finder off into a separate functions file; use
it in both mk-images and upd-instroot
- Adjust mk-images to use it
- Nuke hardcoded s390 library list for stage1
- Add non-DSO library deps to stage1 - libgcc (backtrace), libnss_files
Diffstat (limited to 'loader2/Makefile')
-rw-r--r-- | loader2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/Makefile b/loader2/Makefile index 2071a4ae9..af570e542 100644 --- a/loader2/Makefile +++ b/loader2/Makefile @@ -64,7 +64,7 @@ SOURCES = $(subst .o,.c,$(OBJS)) loader.c LIBS += -lkudzu_loader -lpci CFLAGS += -DUSE_LOGDEV -DVERSION='"$(VERSION)"' -STATIC = -static +STATIC = REALCC=gcc LIBS += ../stubs/libunicode-lite.a ../wlite/libwlite.a |