[PATCH] Patch 2 of 2 for ILP32 aarch64

Steve Ellcey sellcey@cavium.com
Mon Jun 12 16:15:00 GMT 2017


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



More information about the Libc-alpha mailing list