[patch] test-in-container: fix Arch Linux build-programs bug?

Carlos O'Donell carlos@redhat.com
Fri Aug 31 17:16:00 GMT 2018


On 08/31/2018 12:51 PM, Albert ARIBAUD wrote:
> Makefile has these vars:
> 
> 	export ROOTFS_DIR_Y2038        := $(PWD)/rootfs-y2038
> 	export KERNEL_HDR_DIR_Y2038    := $(ROOTFS_DIR_Y2038)/usr
> 	TARGET_ARCH = arm-linux-gnueabi
> 	GLIBC_HOST = $(TARGET_ARCH)
> 	GLIBC_SOURCE_DIR        := $(PWD)/glibc/src
> 	GLIBC_BUILD_DIR         := $(PWD)/glibc/build
> 
> And executes these two commands:
> 
> 	mkdir -p $(GLIBC_BUILD_DIR)
> 	cd $(GLIBC_BUILD_DIR) && $(GLIBC_SOURCE_DIR)/configure \
> 	--prefix=/usr --host=$(GLIBC_HOST) \
> 	--with-headers=$(KERNEL_HDR_DIR_Y2038)/include \
> 	libc_cv_forced_unwind=yes libc_cv_c_cleanup=yes
> 
> I always remove $(PWD)/glibc/build before I run the commands above.

OK, I'm trying to reproduce this now. I'll tell you how far I get.

-- 
Cheers,
Carlos.



More information about the Libc-alpha mailing list