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] Patch 2 of 2 for ILP32 aarch64


On Mon, 2017-06-12 at 11:14 +0100, Szabolcs Nagy wrote:
> 
> > 
> > for some reason default-abi is lp64 in config.make,
> > even though preconfigure set aarch64_config_abi to ilp32
> > 
> this happened because the posted patch did not
> have regenerated sysdeps/aarch64/configure

My understanding that regenerated files should not be part of a patch
(Wiki section 4.4).  Maybe I should have included an explicit statement
about the need to run autoconf, I have certainly made that mistake (not
running autoconf) myself a number of times.  When I apply the patch, I
do the following before building:

(cd sysdeps/unix/sysv/linux/aarch64; autoconf -I../../../../..)
(cd sysdeps/aarch64; autoconf -I../..)

vi sysdeps/unix/sysv/linux/aarch64/configure
# Change the linux kernel version check from 10.0 to whatever version
# I am currently using.

Steve Ellcey
sellcey@cavium.com


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