This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]