From ecd4e1445dda4a7aa36604109e233493ac36b893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 25 Nov 2004 02:20:48 +0000 Subject: [PATCH] Different compilers produce differently sized binaries: removed the PCI bus manager from the floppy image - it's not really needed yet, and with all the debug output, it cuts some 300 kB from the final image. If you're floppy image did not work anymore in Bochs, try now. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10219 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/kernel/bus_managers/pci/Jamfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/add-ons/kernel/bus_managers/pci/Jamfile b/src/add-ons/kernel/bus_managers/pci/Jamfile index e99f0d4191..088f0b273d 100644 --- a/src/add-ons/kernel/bus_managers/pci/Jamfile +++ b/src/add-ons/kernel/bus_managers/pci/Jamfile @@ -24,10 +24,6 @@ KernelLd pci : $(OBOS_TOP)/src/kernel/ldscripts/$(OBOS_ARCH)/add-on.ld : -Bdynamic -shared - : - : -# add-ons/kernel/bus_managers/pci - addons/kernel/pci ; # pci_info.cpp currently needs pcihdr.h so we make its path available