[Buildroot] [PATCH] arch: drop now useless support for FDPIC

Baruch Siach baruch at tkos.co.il
Mon May 21 16:33:19 UTC 2018


Hi Yann,

On Mon, May 21, 2018 at 06:17:06PM +0200, Yann E. MORIN wrote:
> Now that we dropped support for blackfin, we no longer have any
> architecture that supports FDPIC, so BR2_ARCH_HAS_FDPIC_SUPPORT
> is never selected, so we can't select BR2_BINFMT_FDPIC.
> 
> Drop all of that now.
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
> Cc: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
> ---

[snip]

>  # noMMU binary formats
> -ifeq ($(BR2_BINFMT_FDPIC),y)
> -define UCLIBC_BINFMT_CONFIG
> -	$(call KCONFIG_DISABLE_OPT,UCLIBC_FORMAT_FLAT,$(@D)/.config)
> -	$(call KCONFIG_DISABLE_OPT,UCLIBC_FORMAT_FLAT_SEP_DATA,$(@D)/.config)
> -	$(call KCONFIG_DISABLE_OPT,UCLIBC_FORMAT_SHARED_FLAT,$(@D)/.config)
> -	$(call KCONFIG_ENABLE_OPT,UCLIBC_FORMAT_FDPIC_ELF,$(@D)/.config)

Maybe also remove disable of UCLIBC_FORMAT_FDPIC_ELF below? This uClibc config 
symbol depends on bfin or frv. Both are not supported in Buildroot.

> -endef
> -endif
>  ifeq ($(BR2_BINFMT_FLAT_ONE),y)
>  define UCLIBC_BINFMT_CONFIG
>  	$(call KCONFIG_ENABLE_OPT,UCLIBC_FORMAT_FLAT,$(@D)/.config)

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -


More information about the buildroot mailing list