Vojtech Pavlik writes:
> On Sun, Aug 13, 2000 at 09:26:35AM +0100, Russell King wrote:
> > -O_OBJS             := $(sort $(filter-out $(export-objs), $(obj-y)))
> > -OX_OBJS            := $(sort $(filter     $(export-objs), $(obj-y)))
> > +O_OBJS             := $(filter-out $(export-objs), $(obj-y))
> > +OX_OBJS            := $(filter     $(export-objs), $(obj-y))
> 
> I fear that this change will make some modules linked in more than once.
> the $sort was put there for exactly that reason.

I believe ld only links an object file in once.  If not, drivers/char and
is also broken.

Can you test it please anyway?
   _____
  |_____| ------------------------------------------------- ---+---+-
  |   |         Russell King        [EMAIL PROTECTED]      --- ---
  | | | | http://www.arm.linux.org.uk/personal/aboutme.html   /  /  |
  | +-+-+                                                     --- -+-
  /   |               THE developer of ARM Linux              |+| /|\
 /  | | |                                                     ---  |
    +-+-+ -------------------------------------------------  /\\\  |

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to