remove special treatment when using glibc - support got dropped
SVN-Revision: 31504
This commit is contained in:
		| @@ -512,9 +512,9 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),) | |||||||
| 	$(CP) $(TOOLCHAIN_DIR)/lib/libstdc++.so.* $(1)/usr/lib/ | 	$(CP) $(TOOLCHAIN_DIR)/lib/libstdc++.so.* $(1)/usr/lib/ | ||||||
|   endef |   endef | ||||||
|  |  | ||||||
|   use_libutil=$(if $(CONFIG_USE_GLIBC)$(CONFIG_EGLIBC_OPTION_EGLIBC_UTMP),libutil) |   use_libutil=$(if $(CONFIG_EGLIBC_OPTION_EGLIBC_UTMP),libutil) | ||||||
|   use_libnsl=$(if $(CONFIG_USE_GLIBC)$(CONFIG_EGLIBC_OPTION_EGLIBC_NIS),libnsl) |   use_libnsl=$(if $(CONFIG_EGLIBC_OPTION_EGLIBC_NIS),libnsl) | ||||||
|   use_nsswitch=$(if $(CONFIG_USE_GLIBC)$(CONFIG_EGLIBC_OPTION_EGLIBC_NSSWITCH),libnss_dns libnss_files) |   use_nsswitch=$(if $(CONFIG_EGLIBC_OPTION_EGLIBC_NSSWITCH),libnss_dns libnss_files) | ||||||
|  |  | ||||||
|   define Package/eglibc/install |   define Package/eglibc/install | ||||||
| 	$(CP) ./eglibc-files/* $(1)/ | 	$(CP) ./eglibc-files/* $(1)/ | ||||||
|   | |||||||
| @@ -45,7 +45,7 @@ MAKE_FLAGS += \ | |||||||
| 	COPTS="$(TARGET_CFLAGS)" \ | 	COPTS="$(TARGET_CFLAGS)" \ | ||||||
| 	STATIC_WORKER="fork" | 	STATIC_WORKER="fork" | ||||||
|  |  | ||||||
| ifneq ($(CONFIG_USE_EGLIBC)$(CONFIG_USE_GLIBC),) | ifneq ($(CONFIG_USE_EGLIBC),) | ||||||
|   TARGET_LDFLAGS += -lbsd |   TARGET_LDFLAGS += -lbsd | ||||||
| endif | endif | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Mirko Vogt
					Mirko Vogt