Changeset 1004 in MondoRescue


Ignore:
Timestamp:
Dec 15, 2006, 9:43:40 AM (17 years ago)
Author:
Bruno Cornec
Message:

Fix a known bug for busybox where -gc-section in makefile + static for link creates a buggy busybox with glibc (the real bugs seems to be in glibc)
Cf: http://lwn.net/Articles/208775/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi-busybox/Rules.mak

    r902 r1004  
    266266    CFLAGS +=-DNDEBUG
    267267    CHECKED_LDFLAGS += $(call check_ld,$(LD),--sort-common,)
     268ifneq ($(strip $(CONFIG_STATIC)),y)
    268269    CHECKED_LDFLAGS += $(call check_ld,$(LD),--gc-sections,)
     270endif
    269271endif
    270272
Note: See TracChangeset for help on using the changeset viewer.