mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-25 06:23:35 +08:00
mii-diag: remove unneded explicit static linking handling
Now that it is done globally instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
eb421a8433
commit
dc1d20acb7
@ -10,10 +10,6 @@ MII_DIAG_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/m/mii-diag
|
||||
|
||||
MII_DIAG_MAKE_OPT = $(TARGET_CONFIGURE_OPTS)
|
||||
|
||||
ifeq ($(BR2_PREFER_STATIC_LIB),y)
|
||||
MII_DIAG_MAKE_OPT += CFLAGS="$(TARGET_CFLAGS) -static"
|
||||
endif
|
||||
|
||||
define MII_DIAG_DEBIAN_PATCHES
|
||||
if [ -d $(@D)/debian/patches ]; then \
|
||||
support/scripts/apply-patches.sh $(@D) $(@D)/debian/patches \*.patch; \
|
||||
|
Loading…
Reference in New Issue
Block a user